Skip to content

Commit

Permalink
put, delete support. multipart support
Browse files Browse the repository at this point in the history
  • Loading branch information
beders committed Mar 14, 2011
1 parent c32e480 commit 092e4ff
Show file tree
Hide file tree
Showing 17 changed files with 1,391 additions and 101 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.grizzly</groupId>
<artifactId>grizzly-servlet-webserver</artifactId>
<version>1.9.18-i</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javacc</groupId>
<artifactId>javacc</artifactId>
Expand All @@ -85,6 +97,12 @@
<type>jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
<version>1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<reporting>
<plugins>
Expand Down
Loading

0 comments on commit 092e4ff

Please sign in to comment.