Skip to content

Commit

Permalink
Monitoring : Cleanup dependency (#5664)
Browse files Browse the repository at this point in the history
* cleanup unused dependency of contrib-google-cloud-monitoring

* remove unused dependency of monitoring

* add the newline at the end of the file
  • Loading branch information
athakor authored and sduskis committed Jul 3, 2019
1 parent 44420e8 commit f858bf7
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions google-cloud-clients/google-cloud-monitoring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
<site.installationModule>google-cloud-monitoring</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>
Expand All @@ -30,35 +26,13 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-monitoring-v3</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.api.grpc</groupId>
<artifactId>grpc-google-cloud-monitoring-v3</artifactId>
Expand Down

0 comments on commit f858bf7

Please sign in to comment.