Author: ppitonak(a)redhat.com
Date: 2010-08-06 06:04:44 -0400 (Fri, 06 Aug 2010)
New Revision: 18494
Added:
root/tests/metamer/trunk/application/src/main/webapp/WEB-INF/jboss-scanning.xml
Log:
* jboss-scanning.xml added so that Guava and SLF4J jars don't cause problems in JBoss
AS
Added: root/tests/metamer/trunk/application/src/main/webapp/WEB-INF/jboss-scanning.xml
===================================================================
--- root/tests/metamer/trunk/application/src/main/webapp/WEB-INF/jboss-scanning.xml
(rev 0)
+++
root/tests/metamer/trunk/application/src/main/webapp/WEB-INF/jboss-scanning.xml 2010-08-06
10:04:44 UTC (rev 18494)
@@ -0,0 +1,10 @@
+<scanning xmlns="urn:jboss:scanning:1.0">
+
+ <path name="WEB-INF/classes">
+ </path>
+
+ <path name="WEB-INF/lib/guava-r05.jar">
+ <exclude name="com.google.common.collect" />
+ </path>
+
+</scanning>
\ No newline at end of file
Show replies by date