Skip to content

Commit f61871b

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@
7171
<dependencyManagement>
7272
<dependencies>
7373
<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>
83-
<dependency>
8474
<groupId>org.springframework.boot</groupId>
8575
<artifactId>spring-boot-starter-web</artifactId>
8676
<version>3.2.0</version>
@@ -248,6 +238,16 @@
248238
<groupId>org.apache.commons</groupId>
249239
<artifactId>commons-lang3</artifactId>
250240
</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>
251251
</dependencies>
252252
<repositories>
253253
<repository>

0 commit comments

Comments
 (0)