Skip to content

Commit c160ecc

Browse files
authored
Remove unused Java dependencies from top level pom.xml (#781)
Closes #780
1 parent 9def6a8 commit c160ecc

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

java/pom.xml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -119,61 +119,6 @@
119119
<version>${version.lib.spring}</version>
120120
</dependency>
121121

122-
<!-- Generated client dependencies -->
123-
<dependency>
124-
<groupId>io.kubernetes</groupId>
125-
<artifactId>client-java</artifactId>
126-
<version>${version.lib.k8s}</version>
127-
</dependency>
128-
129-
<dependency>
130-
<groupId>io.swagger</groupId>
131-
<artifactId>swagger-annotations</artifactId>
132-
<version>${version.lib.swagger.core}</version>
133-
</dependency>
134-
<!-- @Nullable annotation -->
135-
<dependency>
136-
<groupId>com.google.code.findbugs</groupId>
137-
<artifactId>jsr305</artifactId>
138-
<version>${version.lib.findbugs}</version>
139-
</dependency>
140-
<dependency>
141-
<groupId>com.squareup.okhttp3</groupId>
142-
<artifactId>okhttp</artifactId>
143-
<version>${version.lib.okhttp}</version>
144-
</dependency>
145-
<dependency>
146-
<groupId>com.squareup.okhttp3</groupId>
147-
<artifactId>logging-interceptor</artifactId>
148-
<version>${version.lib.okhttp}</version>
149-
</dependency>
150-
<dependency>
151-
<groupId>com.google.code.gson</groupId>
152-
<artifactId>gson</artifactId>
153-
<version>${version.lib.gson}</version>
154-
</dependency>
155-
<dependency>
156-
<groupId>io.gsonfire</groupId>
157-
<artifactId>gson-fire</artifactId>
158-
<version>${version.lib.gson.fire}</version>
159-
</dependency>
160-
<dependency>
161-
<groupId>org.apache.commons</groupId>
162-
<artifactId>commons-lang3</artifactId>
163-
<version>${version.lib.commons.lang3}</version>
164-
</dependency>
165-
<dependency>
166-
<groupId>joda-time</groupId>
167-
<artifactId>joda-time</artifactId>
168-
<version>${version.lib.jodatime}</version>
169-
</dependency>
170-
<dependency>
171-
<groupId>javax.annotation</groupId>
172-
<artifactId>javax.annotation-api</artifactId>
173-
<version>${version.lib.javax.annotation}</version>
174-
<scope>provided</scope>
175-
</dependency>
176-
177122
<!-- test dependencies -->
178123

179124
<dependency>

0 commit comments

Comments
 (0)