[webbeans-commits] Webbeans SVN: r56 - in ri/trunk: webbeans-impl and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Mon Jul 21 06:45:24 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-07-21 06:45:24 -0400 (Mon, 21 Jul 2008)
New Revision: 56

Modified:
   ri/trunk/pom.xml
   ri/trunk/webbeans-impl/pom.xml
Log:
Add scanotation

Modified: ri/trunk/pom.xml
===================================================================
--- ri/trunk/pom.xml	2008-07-16 23:54:24 UTC (rev 55)
+++ ri/trunk/pom.xml	2008-07-21 10:45:24 UTC (rev 56)
@@ -37,6 +37,10 @@
          <name>JBoss Repository</name>
          <url>http://repository.jboss.org/maven2</url>
       </repository>
+      <repository>
+         <id>scannotation.sf.net</id>
+         <url>http://scannotation.sourceforge.net/maven2/</url>
+      </repository>
    </repositories>
 
    <pluginRepositories>
@@ -75,7 +79,12 @@
             <artifactId>ejb-api</artifactId>
             <version>3.0</version>
          </dependency>
-      
+     
+         <dependency>
+            <groupId>org.scannotation</groupId>
+            <artifactId>scannotation</artifactId>
+            <version>1.0.2</version>
+         </dependency>
       </dependencies>
    </dependencyManagement>
 

Modified: ri/trunk/webbeans-impl/pom.xml
===================================================================
--- ri/trunk/webbeans-impl/pom.xml	2008-07-16 23:54:24 UTC (rev 55)
+++ ri/trunk/webbeans-impl/pom.xml	2008-07-21 10:45:24 UTC (rev 56)
@@ -35,6 +35,12 @@
          <artifactId>ejb-api</artifactId>
          <scope>test</scope>
       </dependency>
+      
+      <dependency>
+         <groupId>org.scannotation</groupId>
+         <artifactId>scannotation</artifactId>
+      </dependency>
+      
 
    </dependencies>
    




More information about the weld-commits mailing list