[webbeans-commits] Webbeans SVN: r2708 - examples/trunk/se/hello-world.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon May 25 12:54:44 EDT 2009


Author: peteroyle
Date: 2009-05-25 12:54:44 -0400 (Mon, 25 May 2009)
New Revision: 2708

Modified:
   examples/trunk/se/hello-world/pom.xml
Log:
Added webbeans-core as runtime dependency

Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml	2009-05-25 16:46:57 UTC (rev 2707)
+++ examples/trunk/se/hello-world/pom.xml	2009-05-25 16:54:44 UTC (rev 2708)
@@ -80,6 +80,12 @@
             <groupId>org.jboss.webbeans</groupId>
             <artifactId>webbeans-se</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.jboss.webbeans</groupId>
+            <artifactId>webbeans-core</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 
 </project>




More information about the weld-commits mailing list