Skip to content

Commit

Permalink
Add multipart dependency to jersey1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienlauer committed Oct 13, 2015
1 parent 20868da commit 8edcf58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rest/jersey1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
<artifactId>jersey-server</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
<version>${jersey.version}</version>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-guice</artifactId>
Expand Down

0 comments on commit 8edcf58

Please sign in to comment.