Skip to content

Commit

Permalink
review commits
Browse files Browse the repository at this point in the history
  • Loading branch information
witgo committed Oct 19, 2019
1 parent 349862b commit d9a7b97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions job/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<artifactId>jersey-container-servlet-core</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
Expand Down

0 comments on commit d9a7b97

Please sign in to comment.