Skip to content

Commit 80277cd

Browse files
committed
chore(java-firestore): modernize submodule pom.xml
1 parent aa69018 commit 80277cd

1 file changed

Lines changed: 3 additions & 44 deletions

File tree

  • java-firestore/google-cloud-firestore

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

Lines changed: 3 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>3.38.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore:current} -->
66
<packaging>jar</packaging>
77
<name>Google Cloud Firestore</name>
8-
<url>https://github.com/googleapis/java-firestore</url>
8+
<url>https://github.com/googleapis/google-cloud-java</url>
99
<description>
1010
Java idiomatic client for Google Cloud Firestore.
1111
</description>
@@ -105,7 +105,6 @@
105105
<artifactId>protobuf-java-util</artifactId>
106106
</dependency>
107107

108-
<!-- OpenTelemetry -->
109108
<dependency>
110109
<groupId>io.opentelemetry</groupId>
111110
<artifactId>opentelemetry-api</artifactId>
@@ -140,9 +139,7 @@
140139
</exclusion>
141140
</exclusions>
142141
</dependency>
143-
<!-- END OpenTelemetry -->
144142

145-
<!-- Test dependencies -->
146143
<dependency>
147144
<groupId>junit</groupId>
148145
<artifactId>junit</artifactId>
@@ -159,7 +156,6 @@
159156
<version>4.11.0</version>
160157
<scope>test</scope>
161158
</dependency>
162-
<!-- Need testing utility classes for generated gRPC clients tests -->
163159
<dependency>
164160
<groupId>com.google.api</groupId>
165161
<artifactId>gax</artifactId>
@@ -201,7 +197,6 @@
201197
<version>3.18.0</version>
202198
<scope>test</scope>
203199
</dependency>
204-
<!-- OpenTelemetry -->
205200
<dependency>
206201
<groupId>io.opentelemetry</groupId>
207202
<artifactId>opentelemetry-sdk-testing</artifactId>
@@ -223,61 +218,25 @@
223218
<version>0.36.0</version>
224219
<scope>test</scope>
225220
</dependency>
226-
<!-- END OpenTelemetry -->
227-
<!-- Cloud Ops -->
228221
<dependency>
229222
<groupId>com.google.api.grpc</groupId>
230223
<artifactId>proto-google-cloud-trace-v1</artifactId>
231-
<version>2.68.0</version>
224+
<version>2.87.0</version><!-- {x-version-update:proto-google-cloud-trace-v1:current} -->
232225
<scope>test</scope>
233226
</dependency>
234227
<dependency>
235228
<groupId>com.google.cloud</groupId>
236229
<artifactId>google-cloud-trace</artifactId>
237-
<version>2.68.0</version>
230+
<version>2.87.0</version><!-- {x-version-update:google-cloud-trace:current} -->
238231
<scope>test</scope>
239232
</dependency>
240233
<dependency>
241234
<groupId>com.google.http-client</groupId>
242235
<artifactId>google-http-client</artifactId>
243236
<scope>test</scope>
244237
</dependency>
245-
<!-- END Cloud Ops -->
246238
</dependencies>
247239

248-
<reporting>
249-
<plugins>
250-
<plugin>
251-
<groupId>org.apache.maven.plugins</groupId>
252-
<artifactId>maven-javadoc-plugin</artifactId>
253-
<configuration>
254-
<show>protected</show>
255-
<nohelp>true</nohelp>
256-
<doclint>none</doclint>
257-
<splitindex>true</splitindex>
258-
<offlineLinks>
259-
<offlineLink>
260-
<url>${project.javadoc.protobufBaseURL}</url>
261-
<location>../../../../../google-api-grpc/proto-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
262-
</offlineLink>
263-
<offlineLink>
264-
<url>${project.javadoc.protobufBaseURL}</url>
265-
<location>../../../../../google-api-grpc/grpc-google-cloud-firestore-admin-v1/target/site/apidocs/</location>
266-
</offlineLink>
267-
<offlineLink>
268-
<url>${project.javadoc.protobufBaseURL}</url>
269-
<location>../../../../../google-api-grpc/proto-google-cloud-firestore-v1/target/site/apidocs/</location>
270-
</offlineLink>
271-
<offlineLink>
272-
<url>${project.javadoc.protobufBaseURL}</url>
273-
<location>../../../../../google-api-grpc/grpc-google-cloud-firestore-v1/target/site/apidocs/</location>
274-
</offlineLink>
275-
</offlineLinks>
276-
</configuration>
277-
</plugin>
278-
</plugins>
279-
</reporting>
280-
281240
<build>
282241
<plugins>
283242
<plugin>

0 commit comments

Comments
 (0)