File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
java-pubsub/google-cloud-pubsub Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 66 <version >1.149.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77 <packaging >jar</packaging >
88 <name >Google Cloud Pub/Sub</name >
9- <url >https://github.com/googleapis/java-pubsub </url >
9+ <url >https://github.com/googleapis/google-cloud-java </url >
1010 <description >Java idiomatic client for Google Cloud Pub/Sub</description >
1111 <parent >
1212 <groupId >com.google.cloud</groupId >
109109 <artifactId >opentelemetry-context</artifactId >
110110 </dependency >
111111
112- <!-- Test dependencies -->
113112 <dependency >
114113 <groupId >junit</groupId >
115114 <artifactId >junit</artifactId >
125124 <artifactId >easymock</artifactId >
126125 <scope >test</scope >
127126 </dependency >
128- <!-- we keep mockito after easymock in this pom so easymock's byte-buddy transitive
129- dependency is picked up with higher priority -->
130127 <dependency >
131128 <groupId >org.mockito</groupId >
132129 <artifactId >mockito-core</artifactId >
167164 <artifactId >assertj-core</artifactId >
168165 <scope >test</scope >
169166 </dependency >
170- <!-- Need testing utility classes for generated gRPC clients tests -->
171167 <dependency >
172168 <groupId >com.google.api</groupId >
173169 <artifactId >gax</artifactId >
You can’t perform that action at this time.
0 commit comments