[webbeans-commits] Webbeans SVN: r2771 - examples/trunk/se/numberguess.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Jun 5 10:58:55 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-06-05 10:58:54 -0400 (Fri, 05 Jun 2009)
New Revision: 2771

Modified:
   examples/trunk/se/numberguess/pom.xml
Log:
fix dependencies

Modified: examples/trunk/se/numberguess/pom.xml
===================================================================
--- examples/trunk/se/numberguess/pom.xml	2009-06-05 12:38:32 UTC (rev 2770)
+++ examples/trunk/se/numberguess/pom.xml	2009-06-05 14:58:54 UTC (rev 2771)
@@ -22,6 +22,10 @@
             <artifactId>webbeans-core</artifactId>
             <scope>runtime</scope>
         </dependency>
+        <dependency>
+           <groupId>javax.annotation</groupId>
+           <artifactId>jsr250-api</artifactId>
+       </dependency>
     </dependencies>
     
     <build>




More information about the weld-commits mailing list