Skip to content

Commit f492f7e

Browse files
athakorsduskis
authored andcommitted
Automl : Cleanup dependency (#5589)
* cleanup unused dependency of google-cloud-automl * remove grpc-stub dependency * resolve new line at end of file
1 parent d6fb4aa commit f492f7e

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

  • google-cloud-clients/google-cloud-automl

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@
3030
<groupId>com.google.api.grpc</groupId>
3131
<artifactId>proto-google-cloud-automl-v1beta1</artifactId>
3232
</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>
45-
4633
<!-- Test dependencies -->
4734
<dependency>
4835
<groupId>junit</groupId>

0 commit comments

Comments
 (0)