Author: peteroyle
Date: 2010-03-09 06:25:42 -0500 (Tue, 09 Mar 2010)
New Revision: 6018
Modified:
examples/trunk/se/numberguess/pom.xml
Log:
This example only needs to depend on weld-se, not weld-core or jsr 250 (which are included
in weld-se)
Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml 2010-03-09 11:21:13 UTC (rev 6017)
+++ examples/trunk/se/numberguess/pom.xml 2010-03-09 11:25:42 UTC (rev 6018)
@@ -25,14 +25,6 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-se</artifactId>
</dependency>
- <dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>weld-core</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>jsr250-api</artifactId>
- </dependency>
</dependencies>
<build>
Show replies by date