Skip to content

Commit

Permalink
Merge pull request #348 from AppDirect/buildFix
Browse files Browse the repository at this point in the history
Adding jersey-json dependency for build fix
  • Loading branch information
nsadaphal authored Nov 16, 2023
2 parents 1b27623 + 5f9e347 commit f5c861b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.6.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.sun.jersey/jersey-json -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
<version>1.19.4</version>
</dependency>
</dependencies>

<licenses>
Expand Down

0 comments on commit f5c861b

Please sign in to comment.