Skip to content

Commit 8c0329f

Browse files
committed
provide javax api to see a an additional error level
1 parent 1db6f73 commit 8c0329f

File tree

1 file changed

+6
-6
lines changed
  • kotlin-jira-client/kotlin-jira-client-test-sdk

1 file changed

+6
-6
lines changed

kotlin-jira-client/kotlin-jira-client-test-sdk/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@
172172
<artifactId>jersey-hk2</artifactId>
173173
<version>3.1.5</version>
174174
</dependency>
175-
<!-- <dependency>-->
176-
<!-- <groupId>javax.ws.rs</groupId>-->
177-
<!-- <artifactId>javax.ws.rs-api</artifactId>-->
178-
<!-- <version>2.1.1</version>-->
179-
<!-- <scope>test</scope>-->
180-
<!-- </dependency>-->
175+
<dependency>
176+
<groupId>javax.ws.rs</groupId>
177+
<artifactId>javax.ws.rs-api</artifactId>
178+
<version>2.1.1</version>
179+
<scope>test</scope>
180+
</dependency>
181181
</dependencies>
182182

183183
<build>

0 commit comments

Comments
 (0)