We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0329f commit 95f4611Copy full SHA for 95f4611
kotlin-jira-client/kotlin-jira-client-test-sdk/pom.xml
@@ -172,6 +172,12 @@
172
<artifactId>jersey-hk2</artifactId>
173
<version>3.1.5</version>
174
</dependency>
175
+ <dependency>
176
+ <groupId>jakarta.servlet</groupId>
177
+ <artifactId>jakarta.servlet-api</artifactId>
178
+ <version>5.0.0</version>
179
+ <scope>provided</scope>
180
+ </dependency>
181
<dependency>
182
<groupId>javax.ws.rs</groupId>
183
<artifactId>javax.ws.rs-api</artifactId>
0 commit comments