Skip to content

Commit

Permalink
Update Jersey to 2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosalvi committed Nov 27, 2017
1 parent bb89915 commit a1b0bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions herddb-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
<artifactId>jersey-container-servlet</artifactId>
<version>${libs.jersey}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${libs.jersey}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<libs.slf4j>1.7.21</libs.slf4j>
<libs.lz4>1.3.0</libs.lz4>
<libs.bookkeeper>4.5.0</libs.bookkeeper>
<libs.jersey>2.26-b01</libs.jersey>
<libs.jersey>2.26</libs.jersey>
<libs.spotbugs>3.1.0</libs.spotbugs>
<libs.jcipi-annotations>1.0</libs.jcipi-annotations>
<libs.spotbugsannotations>3.1.0</libs.spotbugsannotations>
Expand Down

0 comments on commit a1b0bbe

Please sign in to comment.