[jboss-cvs] JBossAS SVN: r97548 - projects/jboss-osgi/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 8 11:02:30 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-12-08 11:02:30 -0500 (Tue, 08 Dec 2009)
New Revision: 97548

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Fix equinox configadmin issue

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-12-08 15:57:23 UTC (rev 97547)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-12-08 16:02:30 UTC (rev 97548)
@@ -73,21 +73,15 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <!--
+    Contains classes from org.osgi.util.tracker that must come after
+    the framework provided ones. Equinox chokes with SecurityException.
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.configadmin</artifactId>
       <scope>provided</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>org.osgi.core</artifactId>
-        </exclusion>
-        <exclusion>
-          <groupId>org.apache.felix</groupId>
-          <artifactId>org.osgi.compendium</artifactId>
-        </exclusion>
-      </exclusions>
     </dependency>
+    -->
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.eventadmin</artifactId>




More information about the jboss-cvs-commits mailing list