Skip to content

Commit aad6def

Browse files
committed
Fixing Jar issue in prod
1 parent 071ab65 commit aad6def

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

jira-xray-zephyr-squad/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
<final.name>jiratest-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>
4338
<dependency>
4439
<groupId>com.atlassian.sal</groupId>
4540
<artifactId>sal-api</artifactId>

jira/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
<final.name>jira-processor</final.name>
2828
</properties>
2929
<dependencies>
30-
<dependency>
31-
<groupId>javax.ws.rs</groupId>
32-
<artifactId>javax.ws.rs-api</artifactId>
33-
<version>2.1.1</version>
34-
</dependency>
3530
<dependency>
3631
<groupId>com.h2database</groupId>
3732
<artifactId>h2</artifactId>

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,16 @@
7070

7171
<dependencyManagement>
7272
<dependencies>
73-
<!--- adding new dependencies-->
73+
<dependency>
74+
<groupId>javax.ws.rs</groupId>
75+
<artifactId>javax.ws.rs-api</artifactId>
76+
<version>2.1.1</version>
77+
</dependency>
78+
<dependency>
79+
<groupId>org.glassfish.jersey.core</groupId>
80+
<artifactId>jersey-common</artifactId>
81+
<version>2.40</version>
82+
</dependency>
7483
<dependency>
7584
<groupId>org.springframework.boot</groupId>
7685
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)