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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Jan 22 11:26:07 EST 2009


Author: pete.muir at jboss.org
Date: 2009-01-22 11:26:06 -0500 (Thu, 22 Jan 2009)
New Revision: 1177

Modified:
   examples/trunk/numberguess/pom.xml
Log:
missing dependency

Modified: examples/trunk/numberguess/pom.xml
===================================================================
--- examples/trunk/numberguess/pom.xml	2009-01-22 16:17:38 UTC (rev 1176)
+++ examples/trunk/numberguess/pom.xml	2009-01-22 16:26:06 UTC (rev 1177)
@@ -71,6 +71,10 @@
             </exclusion>
          </exclusions>
       </dependency>
+      <dependency>
+      	<groupId>javax.annotation</groupId>
+      	<artifactId>jsr250-api</artifactId>
+      </dependency>
       
    </dependencies>
    




More information about the weld-commits mailing list