Skip to content

Commit

Permalink
add org.fcrepo.responses to component-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed May 20, 2013
1 parent fa9c9e6 commit d78b148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.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"/>

</beans>
2 changes: 1 addition & 1 deletion src/test/resources/spring-test/rest.xml
Expand Up @@ -18,6 +18,6 @@
<bean class="org.fcrepo.session.SessionFactory"/>

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

</beans>

0 comments on commit d78b148

Please sign in to comment.