|
5 | 5 | <version>3.38.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore:current} --> |
6 | 6 | <packaging>jar</packaging> |
7 | 7 | <name>Google Cloud Firestore</name> |
8 | | - <url>https://github.com/googleapis/java-firestore</url> |
| 8 | + <url>https://github.com/googleapis/google-cloud-java</url> |
9 | 9 | <description> |
10 | 10 | Java idiomatic client for Google Cloud Firestore. |
11 | 11 | </description> |
|
105 | 105 | <artifactId>protobuf-java-util</artifactId> |
106 | 106 | </dependency> |
107 | 107 |
|
108 | | - <!-- OpenTelemetry --> |
109 | 108 | <dependency> |
110 | 109 | <groupId>io.opentelemetry</groupId> |
111 | 110 | <artifactId>opentelemetry-api</artifactId> |
|
140 | 139 | </exclusion> |
141 | 140 | </exclusions> |
142 | 141 | </dependency> |
143 | | - <!-- END OpenTelemetry --> |
144 | 142 |
|
145 | | - <!-- Test dependencies --> |
146 | 143 | <dependency> |
147 | 144 | <groupId>junit</groupId> |
148 | 145 | <artifactId>junit</artifactId> |
|
159 | 156 | <version>4.11.0</version> |
160 | 157 | <scope>test</scope> |
161 | 158 | </dependency> |
162 | | - <!-- Need testing utility classes for generated gRPC clients tests --> |
163 | 159 | <dependency> |
164 | 160 | <groupId>com.google.api</groupId> |
165 | 161 | <artifactId>gax</artifactId> |
|
201 | 197 | <version>3.18.0</version> |
202 | 198 | <scope>test</scope> |
203 | 199 | </dependency> |
204 | | - <!-- OpenTelemetry --> |
205 | 200 | <dependency> |
206 | 201 | <groupId>io.opentelemetry</groupId> |
207 | 202 | <artifactId>opentelemetry-sdk-testing</artifactId> |
|
223 | 218 | <version>0.36.0</version> |
224 | 219 | <scope>test</scope> |
225 | 220 | </dependency> |
226 | | - <!-- END OpenTelemetry --> |
227 | | - <!-- Cloud Ops --> |
228 | 221 | <dependency> |
229 | 222 | <groupId>com.google.api.grpc</groupId> |
230 | 223 | <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} --> |
232 | 225 | <scope>test</scope> |
233 | 226 | </dependency> |
234 | 227 | <dependency> |
235 | 228 | <groupId>com.google.cloud</groupId> |
236 | 229 | <artifactId>google-cloud-trace</artifactId> |
237 | | - <version>2.68.0</version> |
| 230 | + <version>2.87.0</version><!-- {x-version-update:google-cloud-trace:current} --> |
238 | 231 | <scope>test</scope> |
239 | 232 | </dependency> |
240 | 233 | <dependency> |
241 | 234 | <groupId>com.google.http-client</groupId> |
242 | 235 | <artifactId>google-http-client</artifactId> |
243 | 236 | <scope>test</scope> |
244 | 237 | </dependency> |
245 | | - <!-- END Cloud Ops --> |
246 | 238 | </dependencies> |
247 | 239 |
|
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 | | - |
281 | 240 | <build> |
282 | 241 | <plugins> |
283 | 242 | <plugin> |
|
0 commit comments