You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/11/30 04:14:57 UTC

svn commit: r1040398 - /geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml

Author: genspring
Date: Tue Nov 30 03:14:57 2010
New Revision: 1040398

URL: http://svn.apache.org/viewvc?rev=1040398&view=rev
Log:
Fix atjinject runner dependencies.

Modified:
    geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml

Modified: geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml?rev=1040398&r1=1040397&r2=1040398&view=diff
==============================================================================
--- geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml (original)
+++ geronimo/tck/branches/3.0/atinject-tck-runner/pom.xml Tue Nov 30 03:14:57 2010
@@ -100,7 +100,7 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-porting</artifactId>
-			<version> 1.1.0-SNAPSHOT</version>
+			<version> ${openwebbeansVersion}</version>
 			<scope>test</scope>
 		</dependency>
 
@@ -123,13 +123,16 @@
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-spi</artifactId>
-			<version>1.1.0-SNAPSHOT</version>
 		</dependency>
-
+        
+		<dependency>        
+        <groupId>org.apache.geronimo.bundles</groupId>
+        <artifactId>scannotation</artifactId>
+		</dependency>
+        
 		<dependency>
 			<groupId>org.apache.openwebbeans</groupId>
 			<artifactId>openwebbeans-impl</artifactId>
-			<version>1.1.0-SNAPSHOT</version>
 		</dependency>
 
 		<dependency>