summaryrefslogtreecommitdiffstats
path: root/archiva-cli/src/main/resources/META-INF/spring-context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-cli/src/main/resources/META-INF/spring-context.xml')
-rw-r--r--archiva-cli/src/main/resources/META-INF/spring-context.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/archiva-cli/src/main/resources/META-INF/spring-context.xml b/archiva-cli/src/main/resources/META-INF/spring-context.xml
index 028987855..b40e3851a 100644
--- a/archiva-cli/src/main/resources/META-INF/spring-context.xml
+++ b/archiva-cli/src/main/resources/META-INF/spring-context.xml
@@ -21,13 +21,17 @@
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
+ xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context
- http://www.springframework.org/schema/context/spring-context-3.0.xsd"
+ http://www.springframework.org/schema/context/spring-context-3.0.xsd
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
default-lazy-init="true">
+ <!-- Note: must include util namespace above to accommodate MSHADE-175 -->
+
<context:annotation-config/>
<context:component-scan base-package="org.apache.archiva.cli"/>
-</beans> \ No newline at end of file
+</beans>