Author: pete.muir(a)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>