[jboss-cvs] JBossAS SVN: r58054 - projects/security/trunk
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 3 00:30:22 EST 2006
Author: anil.saldhana at jboss.com
Date: 2006-11-03 00:30:22 -0500 (Fri, 03 Nov 2006)
New Revision: 58054
Modified:
projects/security/trunk/.classpath
projects/security/trunk/pom.xml
Log:
junit and javamail dependencies from JBoss maven repo. May need update in latest versions when avail
Modified: projects/security/trunk/.classpath
===================================================================
--- projects/security/trunk/.classpath 2006-11-03 05:06:00 UTC (rev 58053)
+++ projects/security/trunk/.classpath 2006-11-03 05:30:22 UTC (rev 58054)
@@ -28,5 +28,7 @@
<classpathentry kind="var" path="M2_REPO/jboss/jboss-system/5.0-SNAPSHOT/jboss-system-5.0-SNAPSHOT.jar"/>
<classpathentry kind="var" path="M2_REPO/jboss/logging/jboss-logging-spi/1.0/jboss-logging-spi-1.0.jar"/>
<classpathentry kind="var" path="M2_REPO/apache-slide/webdavlib/2.0/webdavlib-2.0.jar"/>
+ <classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
+ <classpathentry kind="var" path="M2_REPO/sun-javamail/mail/1.3.1/mail-1.3.1.jar"/>
<classpathentry kind="output" path="output/classes"/>
</classpath>
Modified: projects/security/trunk/pom.xml
===================================================================
--- projects/security/trunk/pom.xml 2006-11-03 05:06:00 UTC (rev 58053)
+++ projects/security/trunk/pom.xml 2006-11-03 05:30:22 UTC (rev 58054)
@@ -361,6 +361,11 @@
<artifactId>javassist</artifactId>
<version>3.1</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ </dependency>
<dependency>
<groupId>sun-xacml</groupId>
<artifactId>sun-xacml</artifactId>
@@ -371,5 +376,11 @@
<artifactId>sunxacml-support</artifactId>
<version>2.0</version>
</dependency>
+ <dependency>
+ <groupId>sun-javamail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.3.1</version>
+ </dependency>
+
</dependencies>
</project>
More information about the jboss-cvs-commits
mailing list