File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 182
182
<groupId >com.google.code.findbugs</groupId >
183
183
<artifactId >jsr305</artifactId >
184
184
</dependency >
185
- <dependency >
186
- <groupId >jakarta.ws.rs</groupId >
187
- <artifactId >jakarta.ws.rs-api</artifactId >
188
- </dependency >
189
185
190
186
<!-- test dependencies -->
191
187
<dependency >
Original file line number Diff line number Diff line change 249
249
<artifactId >jakarta.annotation-api</artifactId >
250
250
<version >${jakarta.annotation.version} </version >
251
251
</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 >
257
252
<dependency >
258
253
<groupId >com.google.code.findbugs</groupId >
259
254
<artifactId >jsr305</artifactId >
You can’t perform that action at this time.
0 commit comments