Skip to content

Commit e31f430

Browse files
athakorsduskis
authored andcommitted
Pubsub : Cleanup dependency (#5667)
* cleanup unused dependency of contrib-google-cloud-pubsub * remove unused dependency of pubsub * add the newline at the end of the file
1 parent a852381 commit e31f430

File tree

1 file changed

+0
-16
lines changed
  • google-cloud-clients/google-cloud-pubsub

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-pubsub</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>
@@ -34,18 +30,6 @@
3430
<groupId>com.google.api.grpc</groupId>
3531
<artifactId>grpc-google-cloud-pubsub-v1</artifactId>
3632
</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>
4933
<dependency>
5034
<groupId>com.google.auto.value</groupId>
5135
<artifactId>auto-value</artifactId>

0 commit comments

Comments
 (0)