Skip to content
Snippets Groups Projects
Commit 7d9dc79a authored by anttil's avatar anttil
Browse files

SSDM-1813: fix ui-test and js-test

SVN: 34296
parent 8e0ab81b
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
<context:component-scan base-package="ch.ethz.sis.openbis" use-default-filters="false">
<context:include-filter type="annotation"
expression="org.springframework.stereotype.Controller" />
<context:exclude-filter type="regex" expression="ch\.ethz\.sis\.openbis\.generic\.dss\..*" />
</context:component-scan>
<!--
......
......@@ -24,6 +24,7 @@
<context:component-scan base-package="ch.ethz.sis.openbis" use-default-filters="false">
<context:include-filter type="annotation"
expression="org.springframework.stereotype.Controller" />
<context:exclude-filter type="regex" expression="ch\.ethz\.sis\.openbis\.generic\.dss\..*" />
</context:component-scan>
<!--
......
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