Skip to content

Commit 7c27e04

Browse files
committed
changes
1 parent 897d03f commit 7c27e04

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jira/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@
3232
<artifactId>javax.ws.rs-api</artifactId>
3333
<version>2.1.1</version>
3434
</dependency>
35+
<dependency>
36+
<groupId>org.glassfish.jersey.core</groupId>
37+
<artifactId>jersey-common</artifactId>
38+
<version>2.35</version>
39+
</dependency>
40+
41+
<dependency>
42+
<groupId>org.glassfish.jersey.core</groupId>
43+
<artifactId>jersey-client</artifactId>
44+
<version>2.35</version>
45+
</dependency>
3546
<dependency>
3647
<groupId>com.h2database</groupId>
3748
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)