[seam-commits] Seam SVN: r11823 - modules/persistence/trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Dec 11 18:27:15 EST 2009


Author: shane.bryzak at jboss.com
Date: 2009-12-11 18:27:14 -0500 (Fri, 11 Dec 2009)
New Revision: 11823

Modified:
   modules/persistence/trunk/pom.xml
Log:
fix build


Modified: modules/persistence/trunk/pom.xml
===================================================================
--- modules/persistence/trunk/pom.xml	2009-12-11 23:23:50 UTC (rev 11822)
+++ modules/persistence/trunk/pom.xml	2009-12-11 23:27:14 UTC (rev 11823)
@@ -2,7 +2,7 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">   
    <parent>
-      <artifactId>seam-parent</artifactId>
+      <artifactId>seam-version-matrix</artifactId>
       <groupId>org.jboss.seam</groupId>      
       <version>3.0.0-SNAPSHOT</version>
    </parent>    
@@ -35,5 +35,10 @@
          <groupId>javax.enterprise</groupId>
          <artifactId>cdi-api</artifactId>
       </dependency>              
+
+      <dependency>
+         <groupId>${weld.groupId}</groupId>
+         <artifactId>weld-core-test</artifactId>
+      </dependency>
    </dependencies>
-</project>
\ No newline at end of file
+</project>



More information about the seam-commits mailing list