[jboss-cvs] Picketlink SVN: r762 - integration-tests/trunk/picketlink-sts-tests.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 22 15:07:49 EST 2011


Author: sguilhen at redhat.com
Date: 2011-02-22 15:07:48 -0500 (Tue, 22 Feb 2011)
New Revision: 762

Modified:
   integration-tests/trunk/picketlink-sts-tests/pom.xml
Log:
Fixed maven deps to avoid bringing all AS client deps

Modified: integration-tests/trunk/picketlink-sts-tests/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-sts-tests/pom.xml	2011-02-22 18:33:51 UTC (rev 761)
+++ integration-tests/trunk/picketlink-sts-tests/pom.xml	2011-02-22 20:07:48 UTC (rev 762)
@@ -132,13 +132,6 @@
          <scope>test</scope>
       </dependency>
       <dependency>
-         <groupId>org.jboss.jbossas</groupId>
-         <artifactId>jboss-as-client</artifactId>
-         <version>5.1.0.GA</version>
-         <type>pom</type>
-         <scope>test</scope>
-      </dependency>
-      <!--dependency>
          <groupId>org.jboss.security</groupId>
          <artifactId>jbosssx-client</artifactId>
          <version>2.0.4.SP6</version>
@@ -150,8 +143,15 @@
          <classifier>jmx-invoker-adaptor-client</classifier>
          <version>5.1.0.GA</version>
          <scope>test</scope>
-      </dependency-->
+      </dependency>
       <dependency>
+         <groupId>org.jboss.jbossas</groupId>
+         <artifactId>jboss-as-server</artifactId>
+         <classifier>client</classifier>
+         <version>5.1.0.GA</version>
+         <scope>test</scope>
+      </dependency>
+      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>test</scope>



More information about the jboss-cvs-commits mailing list