summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-web-common
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-modules/archiva-web/archiva-web-common')
-rw-r--r--archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml b/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml
index 180c5473a..ea4f7ba3d 100644
--- a/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml
+++ b/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml
@@ -28,11 +28,6 @@
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
- <context-param>
- <param-name>contextClass</param-name>
- <param-value>org.apache.archiva.redback.components.springutils.CachingWebApplicationContext</param-value>
- </context-param>
-
<servlet>
<servlet-name>RssFeedServlet</servlet-name>
<servlet-class>org.apache.archiva.web.rss.RssFeedServlet</servlet-class>