Skip to content

Commit e4a5544

Browse files
athakorsduskis
authored andcommitted
Dataproc : Cleanup dependency (#5635)
* cleanup unused dependency of contrib-google-cloud-dataproc * remove unused dependency of dataproc * add the newline at the end of the file
1 parent 4bb5b05 commit e4a5544

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

  • google-cloud-clients/google-cloud-dataproc

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

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
<site.installationModule>google-cloud-dataproc</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>
@@ -42,40 +38,12 @@
4238
<groupId>com.google.api.grpc</groupId>
4339
<artifactId>grpc-google-cloud-dataproc-v1beta2</artifactId>
4440
</dependency>
45-
<dependency>
46-
<groupId>io.grpc</groupId>
47-
<artifactId>grpc-netty-shaded</artifactId>
48-
</dependency>
49-
<dependency>
50-
<groupId>io.grpc</groupId>
51-
<artifactId>grpc-stub</artifactId>
52-
</dependency>
53-
<dependency>
54-
<groupId>io.grpc</groupId>
55-
<artifactId>grpc-auth</artifactId>
56-
</dependency>
57-
5841
<!-- Test dependencies -->
5942
<dependency>
6043
<groupId>junit</groupId>
6144
<artifactId>junit</artifactId>
6245
<scope>test</scope>
6346
</dependency>
64-
<dependency>
65-
<groupId>org.easymock</groupId>
66-
<artifactId>easymock</artifactId>
67-
<scope>test</scope>
68-
</dependency>
69-
<dependency>
70-
<groupId>org.objenesis</groupId>
71-
<artifactId>objenesis</artifactId>
72-
<scope>test</scope>
73-
</dependency>
74-
<dependency>
75-
<groupId>com.google.truth</groupId>
76-
<artifactId>truth</artifactId>
77-
<scope>test</scope>
78-
</dependency>
7947
<!-- Need testing utility classes for generated gRPC clients tests -->
8048
<dependency>
8149
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)