Skip to content

Commit 95f4611

Browse files
committed
add jakarta-servlet
1 parent 8c0329f commit 95f4611

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@
172172
<artifactId>jersey-hk2</artifactId>
173173
<version>3.1.5</version>
174174
</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>
175181
<dependency>
176182
<groupId>javax.ws.rs</groupId>
177183
<artifactId>javax.ws.rs-api</artifactId>

0 commit comments

Comments
 (0)