[jboss-cvs] JBossAS SVN: r64895 - projects/naming/trunk/jnpserver.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Aug 27 15:48:53 EDT 2007
Author: anil.saldhana at jboss.com
Date: 2007-08-27 15:48:53 -0400 (Mon, 27 Aug 2007)
New Revision: 64895
Modified:
projects/naming/trunk/jnpserver/pom.xml
Log:
update pom with junit
Modified: projects/naming/trunk/jnpserver/pom.xml
===================================================================
--- projects/naming/trunk/jnpserver/pom.xml 2007-08-27 19:43:51 UTC (rev 64894)
+++ projects/naming/trunk/jnpserver/pom.xml 2007-08-27 19:48:53 UTC (rev 64895)
@@ -36,5 +36,11 @@
<version>2.0.2.GA</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>
More information about the jboss-cvs-commits
mailing list