Skip to content

Commit 7abdc37

Browse files
committed
moved jersey to a compatible version
1 parent 9f1512e commit 7abdc37

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

virtdata-defaults/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1818
<commons-lang-version>3.8.1</commons-lang-version>
19+
<jersey-version>2.27</jersey-version>
1920
</properties>
2021

2122
<licenses>

virtdata-userlibs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
<dependency>
7474
<groupId>org.glassfish.jersey.containers</groupId>
7575
<artifactId>jersey-container-jetty-servlet</artifactId>
76-
<version>2.28</version>
76+
<version>${jersey-version}</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.glassfish.jersey.inject</groupId>
8080
<artifactId>jersey-hk2</artifactId>
81-
<version>2.28</version>
81+
<version>${jersey-version}</version>
8282
</dependency>
8383

8484
<dependency>

0 commit comments

Comments
 (0)