Author: thomas.diesler(a)jboss.com
Date: 2009-12-03 08:27:43 -0500 (Thu, 03 Dec 2009)
New Revision: 97342
Modified:
projects/jboss-osgi/trunk/testsuite/example/pom.xml
Log:
[JBOSGI-214] Cannot repeatedly register service bound to an interface from the system
classpath
Modified: projects/jboss-osgi/trunk/testsuite/example/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-12-03 13:09:57 UTC (rev
97341)
+++ projects/jboss-osgi/trunk/testsuite/example/pom.xml 2009-12-03 13:27:43 UTC (rev
97342)
@@ -187,6 +187,7 @@
<exclude>org/jboss/test/osgi/example/webapp/WebAppNegativeTestCase.class</exclude>
<exclude>org/jboss/test/osgi/example/webapp/WebAppInterceptorTestCase.class</exclude>
<!-- [JBOSGI-214] Cannot repeatedly register service bound to an
interface from the system classpath -->
+ <exclude>org/jboss/test/osgi/example/blueprint/**</exclude>
<exclude>org/jboss/test/osgi/example/microcontainer/**</exclude>
</excludes>
</configuration>