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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 15 06:22:04 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-15 06:22:04 -0400 (Tue, 15 Sep 2009)
New Revision: 93519

Modified:
   projects/jboss-osgi/trunk/testsuite/pom.xml
Log:
Use security manager with remote testing

Modified: projects/jboss-osgi/trunk/testsuite/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/testsuite/pom.xml	2009-09-15 09:54:24 UTC (rev 93518)
+++ projects/jboss-osgi/trunk/testsuite/pom.xml	2009-09-15 10:22:04 UTC (rev 93519)
@@ -35,7 +35,6 @@
   <!-- Properties -->
   <properties>
     <version.jboss.naming>5.0.1.GA</version.jboss.naming>
-    <version.jbossas.client>5.1.0.GA</version.jbossas.client>
   </properties>
 
   <!-- Dependencies -->
@@ -328,21 +327,6 @@
       <properties>
         <target.container.excludes>org/jboss/test/osgi/nothing-to-exclude</target.container.excludes>
       </properties>
-      <dependencies>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-client</artifactId>
-          <version>${version.jbossas.client}</version>
-          <exclusions>
-            <exclusion>
-              <groupId>org.jboss</groupId>
-              <artifactId>jboss-common-core</artifactId>
-            </exclusion>
-          </exclusions>
-          <scope>test</scope>
-          <type>pom</type>
-        </dependency>
-      </dependencies>
     </profile>
 
     <!--
@@ -360,21 +344,6 @@
       <properties>
         <target.container.excludes>org/jboss/test/osgi/nothing-to-exclude</target.container.excludes>
       </properties>
-      <dependencies>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-client</artifactId>
-          <version>${version.jbossas.client}</version>
-          <exclusions>
-            <exclusion>
-              <groupId>org.jboss</groupId>
-              <artifactId>jboss-common-core</artifactId>
-            </exclusion>
-          </exclusions>
-          <scope>test</scope>
-          <type>pom</type>
-        </dependency>
-      </dependencies>
     </profile>
 
     <!--
@@ -392,21 +361,6 @@
       <properties>
         <target.container.excludes>org/jboss/test/osgi/nothing-to-exclude</target.container.excludes>
       </properties>
-      <dependencies>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-client</artifactId>
-          <version>${version.jbossas.client}</version>
-          <exclusions>
-            <exclusion>
-              <groupId>org.jboss</groupId>
-              <artifactId>jboss-common-core</artifactId>
-            </exclusion>
-          </exclusions>
-          <scope>test</scope>
-          <type>pom</type>
-        </dependency>
-      </dependencies>
     </profile>
 
     <!--
@@ -424,21 +378,6 @@
       <properties>
         <target.container.excludes>org/jboss/test/osgi/nothing-to-exclude</target.container.excludes>
       </properties>
-      <dependencies>
-        <dependency>
-          <groupId>org.jboss.jbossas</groupId>
-          <artifactId>jboss-as-client</artifactId>
-          <version>${version.jbossas.client}</version>
-          <exclusions>
-            <exclusion>
-              <groupId>org.jboss</groupId>
-              <artifactId>jboss-common-core</artifactId>
-            </exclusion>
-          </exclusions>
-          <scope>test</scope>
-          <type>pom</type>
-        </dependency>
-      </dependencies>
     </profile>
 
   </profiles>




More information about the jboss-cvs-commits mailing list