Skip to content

Commit

Permalink
Drops unused modeshape-web-jcr-rest dependency and corresponding web.…
Browse files Browse the repository at this point in the history
…xml config
  • Loading branch information
Edwin Shin committed Jun 13, 2013
1 parent c62ed3c commit 172e0c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
11 changes: 0 additions & 11 deletions fcrepo-webapp/pom.xml
Expand Up @@ -51,17 +51,6 @@
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-spring</artifactId>
</dependency>
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-web-jcr-rest</artifactId>
<version>${modeshape.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
18 changes: 0 additions & 18 deletions fcrepo-webapp/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -30,24 +30,6 @@
<servlet-name>jersey-servlet</servlet-name>
<url-pattern>/rest/*</url-pattern>
</servlet-mapping>

<!-- engaging the ModeShape REST API -->

<context-param>
<param-name>org.modeshape.jcr.URL</param-name>
<param-value>WEB-INF/classes/config/repository.json</param-value>
</context-param>

<context-param>
<param-name>org.modeshape.jcr.RepositoryName</param-name>
<param-value>repo</param-value>
</context-param>


<!-- Required parameter for ModeShape REST - should not be modified -->
<listener>
<listener-class>org.modeshape.web.jcr.ModeShapeJcrDeployer</listener-class>
</listener>

<!-- BASIC security parameters -->
<login-config>
Expand Down

0 comments on commit 172e0c8

Please sign in to comment.