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>
Show replies by date