|
7 | 7 | <version>3.39.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore-admin:current} --> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 | <name>Google Cloud Firestore Admin Client</name> |
10 | | - <url>https://github.com/googleapis/java-firestore</url> |
| 10 | + <url>https://github.com/googleapis/google-cloud-java</url> |
11 | 11 | <description> |
12 | 12 | Java idiomatic client for Google Cloud Firestore Admin API. |
13 | 13 | </description> |
|
29 | 29 | <dependency> |
30 | 30 | <groupId>com.google.api</groupId> |
31 | 31 | <artifactId>api-common</artifactId> |
| 32 | + <version>2.59.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} --> |
32 | 33 | </dependency> |
33 | 34 | <dependency> |
34 | 35 | <groupId>io.grpc</groupId> |
|
41 | 42 | <dependency> |
42 | 43 | <groupId>com.google.api.grpc</groupId> |
43 | 44 | <artifactId>proto-google-common-protos</artifactId> |
| 45 | + <version>2.67.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} --> |
44 | 46 | </dependency> |
45 | 47 | <dependency> |
46 | 48 | <groupId>com.google.api</groupId> |
47 | 49 | <artifactId>gax</artifactId> |
| 50 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
48 | 51 | </dependency> |
49 | 52 | <dependency> |
50 | 53 | <groupId>io.grpc</groupId> |
|
53 | 56 | <dependency> |
54 | 57 | <groupId>com.google.api</groupId> |
55 | 58 | <artifactId>gax-grpc</artifactId> |
| 59 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} --> |
56 | 60 | </dependency> |
57 | 61 | <dependency> |
58 | 62 | <groupId>com.google.api</groupId> |
59 | 63 | <artifactId>gax-httpjson</artifactId> |
| 64 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} --> |
60 | 65 | </dependency> |
61 | 66 | <dependency> |
62 | 67 | <groupId>com.google.guava</groupId> |
|
67 | 72 | <artifactId>grpc-stub</artifactId> |
68 | 73 | </dependency> |
69 | 74 |
|
70 | | - <!-- Test dependencies --> |
71 | 75 | <dependency> |
72 | 76 | <groupId>junit</groupId> |
73 | 77 | <artifactId>junit</artifactId> |
74 | 78 | <scope>test</scope> |
75 | 79 | </dependency> |
76 | | - <!-- Need testing utility classes for generated gRPC clients tests --> |
77 | 80 | <dependency> |
78 | 81 | <groupId>com.google.api</groupId> |
79 | 82 | <artifactId>gax</artifactId> |
80 | 83 | <classifier>testlib</classifier> |
81 | 84 | <scope>test</scope> |
| 85 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax:current} --> |
82 | 86 | </dependency> |
83 | 87 | <dependency> |
84 | 88 | <groupId>com.google.api</groupId> |
85 | 89 | <artifactId>gax-grpc</artifactId> |
86 | 90 | <classifier>testlib</classifier> |
87 | 91 | <scope>test</scope> |
| 92 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} --> |
88 | 93 | </dependency> |
89 | 94 | <dependency> |
90 | 95 | <groupId>com.google.api</groupId> |
91 | 96 | <artifactId>gax-httpjson</artifactId> |
92 | 97 | <classifier>testlib</classifier> |
93 | 98 | <scope>test</scope> |
| 99 | + <version>2.76.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} --> |
94 | 100 | </dependency> |
95 | 101 | <dependency> |
96 | 102 | <groupId>com.google.api.grpc</groupId> |
97 | 103 | <artifactId>grpc-google-common-protos</artifactId> |
98 | 104 | <scope>test</scope> |
| 105 | + <version>2.67.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} --> |
99 | 106 | </dependency> |
100 | 107 | <dependency> |
101 | 108 | <groupId>com.google.http-client</groupId> |
|
104 | 111 | </dependency> |
105 | 112 | </dependencies> |
106 | 113 |
|
107 | | - <reporting> |
108 | | - <plugins> |
109 | | - <plugin> |
110 | | - <groupId>org.apache.maven.plugins</groupId> |
111 | | - <artifactId>maven-javadoc-plugin</artifactId> |
112 | | - <configuration> |
113 | | - <show>protected</show> |
114 | | - <nohelp>true</nohelp> |
115 | | - <doclint>none</doclint> |
116 | | - <splitindex>true</splitindex> |
117 | | - <offlineLinks> |
118 | | - <offlineLink> |
119 | | - <url>${project.javadoc.protobufBaseURL}</url> |
120 | | - <location>../../../../../google-api-grpc/proto-google-cloud-firestore-admin-v1/target/site/apidocs/</location> |
121 | | - </offlineLink> |
122 | | - <offlineLink> |
123 | | - <url>${project.javadoc.protobufBaseURL}</url> |
124 | | - <location>../../../../../google-api-grpc/grpc-google-cloud-firestore-admin-v1/target/site/apidocs/</location> |
125 | | - </offlineLink> |
126 | | - <offlineLink> |
127 | | - <url>${project.javadoc.protobufBaseURL}</url> |
128 | | - <location>../../../../../google-api-grpc/proto-google-cloud-firestore-v1/target/site/apidocs/</location> |
129 | | - </offlineLink> |
130 | | - <offlineLink> |
131 | | - <url>${project.javadoc.protobufBaseURL}</url> |
132 | | - <location>../../../../../google-api-grpc/grpc-google-cloud-firestore-v1/target/site/apidocs/</location> |
133 | | - </offlineLink> |
134 | | - </offlineLinks> |
135 | | - </configuration> |
136 | | - </plugin> |
137 | | - </plugins> |
138 | | - </reporting> |
139 | | - |
140 | 114 | <build> |
141 | 115 | <plugins> |
142 | 116 | <plugin> |
|
0 commit comments