|
151 | 151 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
152 | 152 | <github.global.server>github</github.global.server> |
153 | 153 | <site.installationModule>google-cloud-core-parent</site.installationModule> |
154 | | - <auto-value.version>1.7</auto-value.version> |
155 | | - <auto-value-annotations.version>1.7</auto-value-annotations.version> |
156 | 154 | <gax.version>1.56.0</gax.version> |
157 | 155 | <google.api-common.version>1.9.0</google.api-common.version> |
158 | 156 | <google.common-protos.version>1.18.0</google.common-protos.version> |
|
232 | 230 | <type>pom</type> |
233 | 231 | <scope>import</scope> |
234 | 232 | </dependency> |
235 | | - <dependency> |
236 | | - <groupId>com.google.auto.value</groupId> |
237 | | - <artifactId>auto-value-annotations</artifactId> |
238 | | - <version>${auto-value-annotations.version}</version> |
239 | | - <optional>true</optional> |
240 | | - </dependency> |
241 | 233 | <dependency> |
242 | 234 | <groupId>com.google.api</groupId> |
243 | 235 | <artifactId>api-common</artifactId> |
|
319 | 311 | </dependencies> |
320 | 312 | </dependencyManagement> |
321 | 313 |
|
322 | | - <build> |
323 | | - <pluginManagement> |
324 | | - <plugins> |
325 | | - <plugin> |
326 | | - <groupId>org.apache.maven.plugins</groupId> |
327 | | - <artifactId>maven-dependency-plugin</artifactId> |
328 | | - <configuration> |
329 | | - <ignoredUnusedDeclaredDependencies>org.objenesis:objenesis</ignoredUnusedDeclaredDependencies> |
330 | | - </configuration> |
331 | | - </plugin> |
332 | | - <plugin> |
333 | | - <artifactId>maven-compiler-plugin</artifactId> |
334 | | - <configuration> |
335 | | - <annotationProcessorPaths> |
336 | | - <path> |
337 | | - <groupId>com.google.auto.value</groupId> |
338 | | - <artifactId>auto-value</artifactId> |
339 | | - <version>${auto-value.version}</version> |
340 | | - </path> |
341 | | - </annotationProcessorPaths> |
342 | | - </configuration> |
343 | | - </plugin> |
344 | | - </plugins> |
345 | | - |
346 | | - </pluginManagement> |
347 | | - </build> |
348 | | - |
349 | 314 | <modules> |
350 | 315 | <module>google-cloud-core</module> |
351 | 316 | <module>google-cloud-core-http</module> |
|
0 commit comments