Skip to content

Commit 78d1b93

Browse files
committed
added dependencies in scale
1 parent 7c27e04 commit 78d1b93

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

jira-zephyr-scale/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,24 @@
3535
<final.name>zephyr-processor</final.name>
3636
</properties>
3737
<dependencies>
38+
<dependency>
39+
<groupId>javax.ws.rs</groupId>
40+
<artifactId>javax.ws.rs-api</artifactId>
41+
<version>2.1.1</version>
42+
</dependency>
43+
44+
<!-- Jersey implementation -->
45+
<dependency>
46+
<groupId>org.glassfish.jersey.core</groupId>
47+
<artifactId>jersey-common</artifactId>
48+
<version>2.35</version>
49+
</dependency>
50+
51+
<dependency>
52+
<groupId>org.glassfish.jersey.core</groupId>
53+
<artifactId>jersey-client</artifactId>
54+
<version>2.35</version>
55+
</dependency>
3856
<dependency>
3957
<groupId>ch.qos.logback</groupId>
4058
<artifactId>logback-core</artifactId>

pom.xml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,19 @@
7474
<groupId>javax.ws.rs</groupId>
7575
<artifactId>javax.ws.rs-api</artifactId>
7676
<version>2.1.1</version>
77-
<scope>compile</scope>
77+
</dependency>
78+
79+
<!-- Jersey implementation -->
80+
<dependency>
81+
<groupId>org.glassfish.jersey.core</groupId>
82+
<artifactId>jersey-common</artifactId>
83+
<version>2.35</version>
84+
</dependency>
85+
86+
<dependency>
87+
<groupId>org.glassfish.jersey.core</groupId>
88+
<artifactId>jersey-client</artifactId>
89+
<version>2.35</version>
7890
</dependency>
7991
<!--- adding new dependencies-->
8092
<dependency>

0 commit comments

Comments
 (0)