Skip to content

Commit

Permalink
dep: update dependencies (#417)
Browse files Browse the repository at this point in the history
* dep: update dependencies

* remove unneeded deps

* revert grcp-netty-shaded
  • Loading branch information
frankyn committed Jul 1, 2020
1 parent b2ebea7 commit 32fcbdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
24 changes: 3 additions & 21 deletions google-cloud-storage/pom.xml
Expand Up @@ -16,7 +16,6 @@
</parent>
<properties>
<site.installationModule>google-cloud-storage</site.installationModule>
<hamcrest.version>2.2</hamcrest.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -95,18 +94,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-api</artifactId>
Expand All @@ -130,13 +117,13 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-kms-v1</artifactId>
<version>0.85.1</version>
<version>0.86.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-kms-v1</artifactId>
<version>0.85.1</version>
<version>0.86.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -165,11 +152,6 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-conformance-tests</artifactId>
Expand Down Expand Up @@ -203,7 +185,7 @@
grpc-netty-shaded is needed for integration tests
hamcrest-core is used for test mocks
-->
<usedDependencies>io.grpc:grpc-netty-shaded,org.hamcrest:hamcrest-core</usedDependencies>
<usedDependencies>io.grpc:grpc-netty-shaded</usedDependencies>
</configuration>
</plugin>
</plugins>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>0.8.1</version>
<version>0.9.0</version>
</parent>

<developers>
Expand Down Expand Up @@ -145,12 +145,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<ignoredUnusedDeclaredDependencies>
<ignoredUnusedDeclaredDependency>org.hamcrest:hamcrest</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>org.objenesis:objenesis</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 32fcbdf

Please sign in to comment.