Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
deps: rely on shared-config for auto-value configuration (#222)
Browse files Browse the repository at this point in the history
* deps: rely on shared-config for auto-value configuration

* chore: remove unused property

* chore: fix declared test dependencies
  • Loading branch information
chingor13 committed May 26, 2020
1 parent e86dbe7 commit 22adbcf
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 50 deletions.
5 changes: 0 additions & 5 deletions google-cloud-core-grpc/pom.xml
Expand Up @@ -66,10 +66,5 @@
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
5 changes: 0 additions & 5 deletions google-cloud-core-http/pom.xml
Expand Up @@ -83,11 +83,6 @@
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
Expand Down
Empty file.
5 changes: 0 additions & 5 deletions google-cloud-core/pom.xml
Expand Up @@ -82,11 +82,6 @@
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down
35 changes: 0 additions & 35 deletions pom.xml
Expand Up @@ -151,8 +151,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<github.global.server>github</github.global.server>
<site.installationModule>google-cloud-core-parent</site.installationModule>
<auto-value.version>1.7</auto-value.version>
<auto-value-annotations.version>1.7</auto-value-annotations.version>
<gax.version>1.56.0</gax.version>
<google.api-common.version>1.9.0</google.api-common.version>
<google.common-protos.version>1.18.0</google.common-protos.version>
Expand Down Expand Up @@ -232,12 +230,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value-annotations</artifactId>
<version>${auto-value-annotations.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
Expand Down Expand Up @@ -319,33 +311,6 @@
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUnusedDeclaredDependencies>org.objenesis:objenesis</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<version>${auto-value.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
</plugins>

</pluginManagement>
</build>

<modules>
<module>google-cloud-core</module>
<module>google-cloud-core-http</module>
Expand Down

0 comments on commit 22adbcf

Please sign in to comment.