Skip to content

Commit 6cc22c8

Browse files
athakorsduskis
authored andcommitted
Logging : Cleanup dependency (googleapis#5645)
* cleanup unused dependency of contrib-google-cloud-logging * remove unused dependency of logging * add the newline at the end of the file
1 parent 57f8d98 commit 6cc22c8

1 file changed

Lines changed: 0 additions & 30 deletions

File tree

  • java-logging/google-cloud-logging

java-logging/google-cloud-logging/pom.xml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,14 @@
1818
<site.installationModule>google-cloud-logging</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>
2824
</dependency>
29-
<dependency>
30-
<groupId>com.google.api</groupId>
31-
<artifactId>gax-grpc</artifactId>
32-
</dependency>
3325
<dependency>
3426
<groupId>com.google.api.grpc</groupId>
3527
<artifactId>proto-google-cloud-logging-v2</artifactId>
3628
</dependency>
37-
<dependency>
38-
<groupId>io.grpc</groupId>
39-
<artifactId>grpc-netty-shaded</artifactId>
40-
</dependency>
41-
<dependency>
42-
<groupId>io.grpc</groupId>
43-
<artifactId>grpc-stub</artifactId>
44-
</dependency>
45-
<dependency>
46-
<groupId>io.grpc</groupId>
47-
<artifactId>grpc-auth</artifactId>
48-
</dependency>
4929

5030
<!-- Test dependencies -->
5131
<dependency>
@@ -59,21 +39,11 @@
5939
<artifactId>truth</artifactId>
6040
<scope>test</scope>
6141
</dependency>
62-
<dependency>
63-
<groupId>com.google.api.grpc</groupId>
64-
<artifactId>proto-google-common-protos</artifactId>
65-
<scope>compile</scope>
66-
</dependency>
6742
<dependency>
6843
<groupId>com.google.api.grpc</groupId>
6944
<artifactId>grpc-google-cloud-logging-v2</artifactId>
7045
<scope>test</scope>
7146
</dependency>
72-
<dependency>
73-
<groupId>junit</groupId>
74-
<artifactId>junit</artifactId>
75-
<scope>test</scope>
76-
</dependency>
7747
<dependency>
7848
<groupId>org.easymock</groupId>
7949
<artifactId>easymock</artifactId>

0 commit comments

Comments
 (0)