[jboss-cvs] JBossAS SVN: r107534 - trunk/resteasy-int/test/cdi-test-2.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 11 07:59:22 EDT 2010


Author: jharting
Date: 2010-08-11 07:59:22 -0400 (Wed, 11 Aug 2010)
New Revision: 107534

Modified:
   trunk/resteasy-int/test/cdi-test-2/pom.xml
Log:
Use correct parent.

Modified: trunk/resteasy-int/test/cdi-test-2/pom.xml
===================================================================
--- trunk/resteasy-int/test/cdi-test-2/pom.xml	2010-08-11 09:52:32 UTC (rev 107533)
+++ trunk/resteasy-int/test/cdi-test-2/pom.xml	2010-08-11 11:59:22 UTC (rev 107534)
@@ -3,9 +3,9 @@
 	<modelVersion>4.0.0</modelVersion>
 
 	<parent>
-		<groupId>org.jboss.resteasy</groupId>
-		<artifactId>resteasy-jaxrs-all</artifactId>
-		<version>2.0-beta-3</version>
+        	<groupId>org.jboss.jbossas</groupId>
+	        <artifactId>jboss-as-parent</artifactId>
+	        <version>6.0.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>resteasy-cdi-test</artifactId>
@@ -31,7 +31,7 @@
 		<dependency>
 			<groupId>org.jboss.resteasy</groupId>
 			<artifactId>jaxrs-api</artifactId>
-			<version>${project.version}</version>
+			<version>${version.org.jboss.resteasy}</version>
 			<scope>provided</scope>
 		</dependency>
 
@@ -47,6 +47,12 @@
 			<version>1.0</version>
 			<scope>provided</scope>
 		</dependency>
+		
+		<dependency>
+			<groupId>org.jboss.spec.javax.interceptor</groupId>
+			<artifactId>jboss-interceptors-api_1.1_spec</artifactId>
+			<scope>provided</scope>
+		</dependency>
 
 		<!-- Test libraries -->
 		<dependency>



More information about the jboss-cvs-commits mailing list