[seam-commits] Seam SVN: r13148 - modules/resteasy/trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 15 07:10:08 EDT 2010


Author: jharting
Date: 2010-06-15 07:10:08 -0400 (Tue, 15 Jun 2010)
New Revision: 13148

Modified:
   modules/resteasy/trunk/pom.xml
Log:
Remove SNAPSHOT dependency, correct scope.

Modified: modules/resteasy/trunk/pom.xml
===================================================================
--- modules/resteasy/trunk/pom.xml	2010-06-15 10:53:44 UTC (rev 13147)
+++ modules/resteasy/trunk/pom.xml	2010-06-15 11:10:08 UTC (rev 13148)
@@ -72,7 +72,7 @@
 		<dependency>
 			<groupId>org.jboss.resteasy</groupId>
 			<artifactId>resteasy-jaxrs</artifactId>
-			<version>2.0-beta-3-SNAPSHOT</version>
+			<version>2.0-beta-3</version>
 			<scope>provided</scope>
 		</dependency>
 		<!-- Required until the Servlet 3.0 API can be resolved in Central -->
@@ -104,6 +104,7 @@
 			<artifactId>jboss-as-client</artifactId>
 			<version>6.0.0.20100429-M3</version>
 			<type>pom</type>
+			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>commons-httpclient</groupId>



More information about the seam-commits mailing list