[weld-commits] Weld SVN: r3907 - core/trunk/osgi-bundle.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Oct 9 09:18:42 EDT 2009


Author: rogerk
Date: 2009-10-09 09:18:41 -0400 (Fri, 09 Oct 2009)
New Revision: 3907

Modified:
   core/trunk/osgi-bundle/pom.xml
Log:
fix pom file

Modified: core/trunk/osgi-bundle/pom.xml
===================================================================
--- core/trunk/osgi-bundle/pom.xml	2009-10-09 04:49:23 UTC (rev 3906)
+++ core/trunk/osgi-bundle/pom.xml	2009-10-09 13:18:41 UTC (rev 3907)
@@ -93,9 +93,9 @@
    </build>
    <dependencies>
      <dependency>
-       <groupId>org.jboss.weld</groupId>
+       <groupId>javax.enterprise</groupId>
 
-       <artifactId>jsr299-api</artifactId>
+       <artifactId>cdi-api</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>



More information about the weld-commits mailing list