Skip to content

Commit

Permalink
addinng jersey-json dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadaphal committed Nov 16, 2023
1 parent 1b27623 commit b940aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>1.19.4</version>
</dependency>
</dependencies>

<licenses>
Expand Down

0 comments on commit b940aa4

Please sign in to comment.