|
63 | 63 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
64 | 64 | <github.global.server>github</github.global.server>
|
65 | 65 | <site.installationModule>google-cloud-tasks-parent</site.installationModule>
|
66 |
| - <google.core.version>1.93.5</google.core.version> |
67 |
| - <google.api-common.version>1.9.2</google.api-common.version> |
68 |
| - <google.common-protos.version>1.18.0</google.common-protos.version> |
69 |
| - <gax.version>1.56.0</gax.version> |
70 |
| - <grpc.version>1.30.0</grpc.version> |
71 |
| - <protobuf.version>3.12.2</protobuf.version> |
72 |
| - <junit.version>4.13</junit.version> |
73 |
| - <guava.version>29.0-android</guava.version> |
74 |
| - <threeten.version>1.4.4</threeten.version> |
75 |
| - <javax.annotations.version>1.3.2</javax.annotations.version> |
76 |
| - <animal-sniffer.version>1.18</animal-sniffer.version> |
77 |
| - <google.proto-iam-v1.version>0.13.0</google.proto-iam-v1.version> |
78 | 66 | </properties>
|
79 | 67 |
|
80 | 68 | <dependencyManagement>
|
|
116 | 104 | </dependency>
|
117 | 105 |
|
118 | 106 | <dependency>
|
119 |
| - <groupId>io.grpc</groupId> |
120 |
| - <artifactId>grpc-bom</artifactId> |
121 |
| - <version>${grpc.version}</version> |
122 |
| - <type>pom</type> |
123 |
| - <scope>import</scope> |
124 |
| - </dependency> |
125 |
| - <dependency> |
126 |
| - <groupId>com.google.api</groupId> |
127 |
| - <artifactId>gax-bom</artifactId> |
128 |
| - <version>${gax.version}</version> |
129 |
| - <type>pom</type> |
130 |
| - <scope>import</scope> |
131 |
| - </dependency> |
132 |
| - <dependency> |
133 |
| - <groupId>com.google.guava</groupId> |
134 |
| - <artifactId>guava-bom</artifactId> |
135 |
| - <version>${guava.version}</version> |
| 107 | + <groupId>com.google.cloud</groupId> |
| 108 | + <artifactId>google-cloud-shared-dependencies</artifactId> |
| 109 | + <version>0.8.1</version> |
136 | 110 | <type>pom</type>
|
137 | 111 | <scope>import</scope>
|
138 | 112 | </dependency>
|
139 | 113 |
|
140 |
| - <dependency> |
141 |
| - <groupId>com.google.protobuf</groupId> |
142 |
| - <artifactId>protobuf-java</artifactId> |
143 |
| - <version>${protobuf.version}</version> |
144 |
| - </dependency> |
145 |
| - <dependency> |
146 |
| - <groupId>com.google.api</groupId> |
147 |
| - <artifactId>api-common</artifactId> |
148 |
| - <version>${google.api-common.version}</version> |
149 |
| - </dependency> |
150 |
| - <dependency> |
151 |
| - <groupId>com.google.api.grpc</groupId> |
152 |
| - <artifactId>proto-google-common-protos</artifactId> |
153 |
| - <version>${google.common-protos.version}</version> |
154 |
| - </dependency> |
155 |
| - <dependency> |
156 |
| - <groupId>com.google.cloud</groupId> |
157 |
| - <artifactId>google-cloud-core</artifactId> |
158 |
| - <version>${google.core.version}</version> |
159 |
| - </dependency> |
160 |
| - <dependency> |
161 |
| - <groupId>org.threeten</groupId> |
162 |
| - <artifactId>threetenbp</artifactId> |
163 |
| - <version>${threeten.version}</version> |
164 |
| - </dependency> |
165 |
| - <dependency> |
166 |
| - <groupId>javax.annotation</groupId> |
167 |
| - <artifactId>javax.annotation-api</artifactId> |
168 |
| - <version>${javax.annotations.version}</version> |
169 |
| - </dependency> |
170 |
| - <dependency> |
171 |
| - <groupId>org.codehaus.mojo</groupId> |
172 |
| - <artifactId>animal-sniffer-annotations</artifactId> |
173 |
| - <version>${animal-sniffer.version}</version> |
174 |
| - </dependency> |
175 |
| - <dependency> |
176 |
| - <groupId>com.google.api.grpc</groupId> |
177 |
| - <artifactId>proto-google-iam-v1</artifactId> |
178 |
| - <version>${google.proto-iam-v1.version}</version> |
179 |
| - </dependency> |
180 |
| - |
181 | 114 | <dependency>
|
182 | 115 | <groupId>junit</groupId>
|
183 | 116 | <artifactId>junit</artifactId>
|
184 |
| - <version>${junit.version}</version> |
185 |
| - <scope>test</scope> |
186 |
| - </dependency> |
187 |
| - <dependency> |
188 |
| - <groupId>com.google.api</groupId> |
189 |
| - <artifactId>gax-grpc</artifactId> |
190 |
| - <version>${gax.version}</version> |
191 |
| - <classifier>testlib</classifier> |
| 117 | + <version>4.13</version> |
192 | 118 | <scope>test</scope>
|
193 | 119 | </dependency>
|
194 | 120 | </dependencies>
|
|
282 | 208 | <link>https://developers.google.com/protocol-buffers/docs/reference/java/</link>
|
283 | 209 | <link>https://googleapis.dev/java/google-auth-library/latest/</link>
|
284 | 210 | <link>https://googleapis.dev/java/gax/latest/</link>
|
285 |
| - <link>https://googleapis.github.io/api-common-java/${google.api-common.version}/apidocs/</link> |
| 211 | + <link>https://googleapis.github.io/api-common-java/</link> |
286 | 212 | </links>
|
287 | 213 | </configuration>
|
288 | 214 | </plugin>
|
|
0 commit comments