Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add component scanning for OAuth.
  • Loading branch information
Andrew Woods committed Jul 31, 2013
1 parent e9eb515 commit d232e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcrepo-webapp/src/main/resources/spring/rest.xml
Expand Up @@ -23,6 +23,6 @@

<bean class="org.fcrepo.session.SessionFactory"/>

<context:component-scan base-package="org.fcrepo.services, org.modeshape.web.jcr.rest, org.fcrepo.api, org.fcrepo.serialization, org.fcrepo.responses, org.fcrepo.exceptionhandlers, org.fcrepo.audit, org.fcrepo.url"/>
<context:component-scan base-package="org.fcrepo.services, org.modeshape.web.jcr.rest, org.fcrepo.api, org.fcrepo.serialization, org.fcrepo.responses, org.fcrepo.exceptionhandlers, org.fcrepo.audit, org.fcrepo.url, org.fcrepo.auth.oauth.api"/>

</beans>

0 comments on commit d232e13

Please sign in to comment.