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 897d03f commit 7c27e04Copy full SHA for 7c27e04
jira/pom.xml
@@ -32,6 +32,17 @@
32
<artifactId>javax.ws.rs-api</artifactId>
33
<version>2.1.1</version>
34
</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
43
+ <artifactId>jersey-client</artifactId>
44
45
46
<dependency>
47
<groupId>com.h2database</groupId>
48
<artifactId>h2</artifactId>
0 commit comments