[seam-commits] Seam SVN: r13884 - modules/international/trunk/impl.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Oct 15 12:32:43 EDT 2010


Author: lincolnthree
Date: 2010-10-15 12:32:43 -0400 (Fri, 15 Oct 2010)
New Revision: 13884

Modified:
   modules/international/trunk/impl/pom.xml
Log:
For some reason the project compiles in eclipse without this, but it should be in the POM... odd

Modified: modules/international/trunk/impl/pom.xml
===================================================================
--- modules/international/trunk/impl/pom.xml	2010-10-15 15:24:34 UTC (rev 13883)
+++ modules/international/trunk/impl/pom.xml	2010-10-15 16:32:43 UTC (rev 13884)
@@ -22,6 +22,11 @@
          <scope>compile</scope>
       </dependency>
       <dependency>
+         <groupId>javax.enterprise</groupId>
+         <artifactId>cdi-api</artifactId>
+         <scope>provided</scope>
+      </dependency>
+      <dependency>
          <groupId>org.jboss.logging</groupId>
          <artifactId>jboss-logging</artifactId>
          <scope>provided</scope>



More information about the seam-commits mailing list