Skip to content

Commit fa45457

Browse files
committed
Remove unused dependencies
1 parent 4a885b5 commit fa45457

File tree

1 file changed

+0
-9
lines changed
  • java-components/build-request-processor

1 file changed

+0
-9
lines changed

java-components/build-request-processor/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@
3434
<groupId>io.quarkus</groupId>
3535
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
3636
</dependency>
37-
<dependency>
38-
<groupId>io.quarkus</groupId>
39-
<artifactId>quarkus-kubernetes-client</artifactId>
40-
</dependency>
4137
<dependency>
4238
<groupId>io.quarkus</groupId>
4339
<artifactId>quarkus-container-image-jib</artifactId>
@@ -64,11 +60,6 @@
6460
<artifactId>asm-tree</artifactId>
6561
</dependency>
6662

67-
<dependency>
68-
<groupId>org.gradle</groupId>
69-
<artifactId>gradle-tooling-api</artifactId>
70-
<scope>test</scope>
71-
</dependency>
7263
<dependency>
7364
<groupId>org.apache.maven.indexer</groupId>
7465
<artifactId>indexer-core</artifactId>

0 commit comments

Comments
 (0)