Author: peteroyle
Date: 2010-03-09 06:21:13 -0500 (Tue, 09 Mar 2010)
New Revision: 6017
Modified:
examples/trunk/se/hello-world/pom.xml
Log:
This example only needs to depend on weld-se, not weld-core (which is included in
weld-se)
Modified: examples/trunk/se/hello-world/pom.xml
===================================================================
--- examples/trunk/se/hello-world/pom.xml 2010-03-07 10:32:05 UTC (rev 6016)
+++ examples/trunk/se/hello-world/pom.xml 2010-03-09 11:21:13 UTC (rev 6017)
@@ -59,10 +59,6 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-se</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>weld-core</artifactId>
- </dependency>
</dependencies>
<build>
Show replies by date