Skip to content

Commit

Permalink
add org.fcrepo.url to component scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 3, 2013
1 parent a76c8c1 commit 7a4c596
Showing 1 changed file with 1 addition and 1 deletion.
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.legacy, org.fcrepo.serialization, org.fcrepo.responses, org.fcrepo.generator, org.fcrepo.exceptionhandlers"/>
base-package="org.modeshape.web.jcr.rest, org.fcrepo.api, org.fcrepo.legacy, org.fcrepo.serialization, org.fcrepo.responses, org.fcrepo.generator, org.fcrepo.exceptionhandlers, org.fcrepo.url"/>

</beans>

0 comments on commit 7a4c596

Please sign in to comment.