[weld-commits] Weld SVN: r6018 - examples/trunk/se/numberguess.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Mar 9 06:25:43 EST 2010


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>



More information about the weld-commits mailing list