Skip to content

Commit

Permalink
wire in the legacy api
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Apr 26, 2013
1 parent e3652e5 commit 01d79fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -26,6 +26,11 @@
<artifactId>fcrepo-rss</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-legacy-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-webhooks</artifactId>
Expand Down Expand Up @@ -158,4 +163,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion src/main/resources/spring/rest.xml
Expand Up @@ -36,6 +36,6 @@
</util:map>

<context:component-scan
base-package="org.modeshape.web.jcr.rest, org.fcrepo.api, org.fcrepo.api.legacy, org.fcrepo.serialization, org.fcrepo.generator, org.fcrepo.exceptionhandlers"/>
base-package="org.modeshape.web.jcr.rest, org.fcrepo.api, org.fcrepo.legacy, org.fcrepo.serialization, org.fcrepo.generator, org.fcrepo.exceptionhandlers"/>

</beans>

0 comments on commit 01d79fd

Please sign in to comment.