[jboss-osgi-commits] JBoss-OSGI SVN: r87068 - projects/jboss-osgi/trunk/testsuite.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Apr 9 08:19:11 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-09 08:19:11 -0400 (Thu, 09 Apr 2009)
New Revision: 87068

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
[JBOSGI-40] Make sure AdminPermission is loaded from felix framework jar

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-04-09 12:13:47 UTC (rev 87067)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-04-09 12:19:11 UTC (rev 87068)
@@ -17,6 +17,7 @@
 
   <!-- Properties -->
   <properties>
+    <surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/resources/tst.policy</surefire.security.args>
   </properties>
 
   <!-- Dependencies -->
@@ -32,11 +33,6 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.felix</groupId>
-      <artifactId>org.osgi.compendium</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>org.jboss.microcontainer</groupId>
       <artifactId>jboss-aop-mc-int</artifactId>
     </dependency>




More information about the jboss-osgi-commits mailing list