Skip to content

Commit

Permalink
Added CXF dependencies back into fcrepo-webapp to support mvn jetty:run
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Feb 12, 2013
1 parent 1e0ccb1 commit 165e352
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion fcrepo-webapp/pom.xml
Expand Up @@ -53,7 +53,21 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http-jetty</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-extension-providers</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 165e352

Please sign in to comment.