Skip to content

Commit d1433aa

Browse files
committed
chore(java-pubsub): modernize submodule pom.xml
1 parent ff7319d commit d1433aa

File tree

1 file changed

+1
-5
lines changed
  • java-pubsub/google-cloud-pubsub

1 file changed

+1
-5
lines changed

java-pubsub/google-cloud-pubsub/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>
@@ -109,7 +109,6 @@
109109
<artifactId>opentelemetry-context</artifactId>
110110
</dependency>
111111

112-
<!-- Test dependencies -->
113112
<dependency>
114113
<groupId>junit</groupId>
115114
<artifactId>junit</artifactId>
@@ -125,8 +124,6 @@
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>
@@ -167,7 +164,6 @@
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>

0 commit comments

Comments
 (0)