[webbeans-commits] Webbeans SVN: r851 - in tck/trunk: api and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Jan 9 07:37:54 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-09 07:37:54 -0500 (Fri, 09 Jan 2009)
New Revision: 851

Modified:
   tck/trunk/api/pom.xml
   tck/trunk/impl/pom.xml
   tck/trunk/pom.xml
Log:
fix build

Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-01-09 12:30:01 UTC (rev 850)
+++ tck/trunk/api/pom.xml	2009-01-09 12:37:54 UTC (rev 851)
@@ -35,17 +35,12 @@
 	<url>http://www.seamframework.org/WebBeans</url>
    
    <dependencies>
+
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
          <artifactId>webbeans-api</artifactId>
       </dependency>
-      
-      <dependency>
-         <groupId>org.testng</groupId>
-         <artifactId>testng</artifactId>
-         <scope>test</scope>
-         <classifier>jdk15</classifier>
-      </dependency>
+
    </dependencies>
 
 

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-01-09 12:30:01 UTC (rev 850)
+++ tck/trunk/impl/pom.xml	2009-01-09 12:37:54 UTC (rev 851)
@@ -17,11 +17,15 @@
          <groupId>org.jboss.webbeans</groupId>
          <artifactId>webbeans-api</artifactId>
       </dependency>
+      
+      <dependency>
+         <groupId>org.jboss.webbeans.tck</groupId>
+         <artifactId>webbeans-tck-api</artifactId>
+      </dependency>
 
       <dependency>
          <groupId>org.testng</groupId>
          <artifactId>testng</artifactId>
-         <scope>test</scope>
          <classifier>jdk15</classifier>
       </dependency>
       

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-01-09 12:30:01 UTC (rev 850)
+++ tck/trunk/pom.xml	2009-01-09 12:37:54 UTC (rev 851)
@@ -115,6 +115,12 @@
             <version>${webbeans.version}</version>
          </dependency>
          
+         <dependency>
+            <groupId>org.jboss.webbeans.tck</groupId>
+            <artifactId>webbeans-tck-api</artifactId>
+            <version>${webbeans.tck.version}</version>
+         </dependency>
+         
       </dependencies>
    </dependencyManagement>
 
@@ -216,6 +222,7 @@
    
    <properties>
       <webbeans.version>1.0.0-SNAPSHOT</webbeans.version>
+      <webbeans.tck.version>1.0.0-SNAPSHOT</webbeans.tck.version>
    </properties>
 
 </project>




More information about the weld-commits mailing list