Skip to content
Snippets Groups Projects
Commit 24e43485 authored by felmer's avatar felmer
Browse files

LMS-2760 standard-technologies-applicationContext.xml simplified

SVN: 24395
parent 778ae7de
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,8 @@
<import resource="proteomics-plugin-applicationContext.xml"/>
<import resource="screening-plugin-applicationContext.xml"/>
<plugins:annotation-config />
<plugins:component-scan base-package="ch.systemsx.cisd.openbis">
<plugins:exclude-filter type="annotation"
expression="org.springframework.stereotype.Controller" />
<plugins:component-scan base-package="ch.systemsx.cisd.openbis" annotation-config="false">
<plugins:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" />
</plugins:component-scan>
</beans>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment