[weld-commits] Weld SVN: r7226 - archetypes/javaee6-webapp/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Apr 5 21:36:24 EDT 2011


Author: dan.j.allen
Date: 2011-04-05 21:36:23 -0400 (Tue, 05 Apr 2011)
New Revision: 7226

Modified:
   archetypes/javaee6-webapp/trunk/pom.xml
Log:
use jboss-as-profileservice-client dep; update to glassfish 3.1


Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml	2011-04-01 07:07:21 UTC (rev 7225)
+++ archetypes/javaee6-webapp/trunk/pom.xml	2011-04-06 01:36:23 UTC (rev 7226)
@@ -185,7 +185,7 @@
             <dependencies>
                 <dependency>
                     <groupId>org.jboss.arquillian.container</groupId>
-                    <artifactId>arquillian-glassfish-embedded-3</artifactId>
+                    <artifactId>arquillian-glassfish-embedded-3.1</artifactId>
                     <version>${arquillian.version}</version>
                     <scope>test</scope>
                 </dependency>
@@ -193,7 +193,7 @@
                 <dependency>
                     <groupId>org.glassfish.extras</groupId>
                     <artifactId>glassfish-embedded-all</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1</version>
                     <scope>provided</scope>
                 </dependency>
             </dependencies>
@@ -253,7 +253,7 @@
                 <!-- needed for org.jnp.interfaces.NamingContextFactory -->
                 <dependency>
                     <groupId>org.jboss.jbossas</groupId>
-                    <artifactId>jboss-as-client</artifactId>
+                    <artifactId>jboss-as-profileservice-client</artifactId>
                     <version>6.0.0.Final</version>
                     <type>pom</type>
                     <scope>test</scope>



More information about the weld-commits mailing list