Skip to content

Commit

Permalink
Securitycenter : Cleanup dependency (#5671)
Browse files Browse the repository at this point in the history
* cleanup unused dependency of securitycenter

* remove unused dependency of securitycenter
athakor authored and sduskis committed Jul 3, 2019

Verified

This commit was signed with the committer’s verified signature.
Madouura Madoura
1 parent f858bf7 commit 7f5653d
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions google-cloud-clients/google-cloud-securitycenter/pom.xml
Original file line number Diff line number Diff line change
@@ -18,10 +18,6 @@
<site.installationModule>google-cloud-securitycenter</site.installationModule>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>google-cloud-core-grpc</artifactId>
@@ -42,45 +38,13 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-securitycenter-v1</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-stub</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<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>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>

0 comments on commit 7f5653d

Please sign in to comment.