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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 8 08:02:47 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-08 08:02:46 -0500 (Thu, 08 Jan 2009)
New Revision: 827

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


Property changes on: tck/trunk
___________________________________________________________________
Name: svn:ignore
   + target


Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-01-08 13:00:23 UTC (rev 826)
+++ tck/trunk/api/pom.xml	2009-01-08 13:02:46 UTC (rev 827)
@@ -33,6 +33,20 @@
 	<packaging>jar</packaging>
 	<name>Web Beans TCK API</name>
 	<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>
 
 
 </project>


Property changes on: tck/trunk/impl
___________________________________________________________________
Name: svn:ignore
   - target

.classpath

.project

   + target
.classpath
.project
.settings





More information about the weld-commits mailing list