Skip to content

Commit 458f7ed

Browse files
authored
Merge pull request #3907 from JynLeazy/master
chore(deps): remove unused jakarta.ws.rs-api dependency
2 parents 0261cdd + d4025ed commit 458f7ed

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

kubernetes/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@
182182
<groupId>com.google.code.findbugs</groupId>
183183
<artifactId>jsr305</artifactId>
184184
</dependency>
185-
<dependency>
186-
<groupId>jakarta.ws.rs</groupId>
187-
<artifactId>jakarta.ws.rs-api</artifactId>
188-
</dependency>
189185

190186
<!-- test dependencies -->
191187
<dependency>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,6 @@
249249
<artifactId>jakarta.annotation-api</artifactId>
250250
<version>${jakarta.annotation.version}</version>
251251
</dependency>
252-
<dependency>
253-
<groupId>jakarta.ws.rs</groupId>
254-
<artifactId>jakarta.ws.rs-api</artifactId>
255-
<version>${jakarta.ws.rs-api-version}</version>
256-
</dependency>
257252
<dependency>
258253
<groupId>com.google.code.findbugs</groupId>
259254
<artifactId>jsr305</artifactId>

0 commit comments

Comments
 (0)