Skip to content

Commit 98e1912

Browse files
athakorsduskis
authored andcommitted
ErrorReporting : Cleanup dependency (#5638)
* cleanup unused dependency of contrib-google-cloud-errorreporting * remove unused dependency of errorreporting * add the newline at the end of the file
1 parent 778a3dc commit 98e1912

File tree

1 file changed

+0
-26
lines changed
  • google-cloud-clients/google-cloud-errorreporting

1 file changed

+0
-26
lines changed

google-cloud-clients/google-cloud-errorreporting/pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-errorreporting</site.installationModule>
1919
</properties>
2020
<dependencies>
21-
<dependency>
22-
<groupId>${project.groupId}</groupId>
23-
<artifactId>google-cloud-core</artifactId>
24-
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>
2723
<artifactId>google-cloud-core-grpc</artifactId>
@@ -30,35 +26,13 @@
3026
<groupId>com.google.api.grpc</groupId>
3127
<artifactId>proto-google-cloud-error-reporting-v1beta1</artifactId>
3228
</dependency>
33-
<dependency>
34-
<groupId>io.grpc</groupId>
35-
<artifactId>grpc-netty-shaded</artifactId>
36-
</dependency>
37-
<dependency>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-stub</artifactId>
40-
</dependency>
41-
<dependency>
42-
<groupId>io.grpc</groupId>
43-
<artifactId>grpc-auth</artifactId>
44-
</dependency>
4529

4630
<!-- Test dependencies -->
4731
<dependency>
4832
<groupId>junit</groupId>
4933
<artifactId>junit</artifactId>
5034
<scope>test</scope>
5135
</dependency>
52-
<dependency>
53-
<groupId>org.easymock</groupId>
54-
<artifactId>easymock</artifactId>
55-
<scope>test</scope>
56-
</dependency>
57-
<dependency>
58-
<groupId>org.objenesis</groupId>
59-
<artifactId>objenesis</artifactId>
60-
<scope>test</scope>
61-
</dependency>
6236
<dependency>
6337
<groupId>com.google.api.grpc</groupId>
6438
<artifactId>grpc-google-cloud-error-reporting-v1beta1</artifactId>

0 commit comments

Comments
 (0)