Skip to content

Commit 39253a0

Browse files
authored
Merge pull request #174 from PublicisSapient/fix-jar-issue-ap
Fixing Jar issue in prod
2 parents 0ab7d65 + f61871b commit 39253a0

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

pom.xml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,7 @@
7070

7171
<dependencyManagement>
7272
<dependencies>
73-
<dependency>
74-
<groupId>javax.ws.rs</groupId>
75-
<artifactId>javax.ws.rs-api</artifactId>
76-
<version>2.1.1</version>
77-
<scope>compile</scope>
78-
</dependency>
79-
<!--- adding new dependencies-->
80-
<dependency>
73+
<dependency>
8174
<groupId>org.springframework.boot</groupId>
8275
<artifactId>spring-boot-starter-web</artifactId>
8376
<version>3.2.0</version>
@@ -245,6 +238,16 @@
245238
<groupId>org.apache.commons</groupId>
246239
<artifactId>commons-lang3</artifactId>
247240
</dependency>
241+
<dependency>
242+
<groupId>javax.ws.rs</groupId>
243+
<artifactId>javax.ws.rs-api</artifactId>
244+
<version>2.1.1</version>
245+
</dependency>
246+
<dependency>
247+
<groupId>org.glassfish.jersey.core</groupId>
248+
<artifactId>jersey-common</artifactId>
249+
<version>2.40</version>
250+
</dependency>
248251
</dependencies>
249252
<repositories>
250253
<repository>

0 commit comments

Comments
 (0)