[jboss-cvs] Picketlink SVN: r871 - trust/trunk/jbossws.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 11 20:53:50 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-04-11 20:53:50 -0400 (Mon, 11 Apr 2011)
New Revision: 871

Modified:
   trust/trunk/jbossws/pom.xml
Log:
add junit

Modified: trust/trunk/jbossws/pom.xml
===================================================================
--- trust/trunk/jbossws/pom.xml	2011-04-11 14:23:40 UTC (rev 870)
+++ trust/trunk/jbossws/pom.xml	2011-04-12 00:53:50 UTC (rev 871)
@@ -84,6 +84,14 @@
    		<artifactId>jboss-logging-spi</artifactId>
    		<version>2.1.0.GA</version>
    	</dependency>
+        <dependency>
+                <groupId>junit</groupId>
+                <artifactId>junit</artifactId>
+                <version>4.4</version>
+               <scope>test</scope>
+        </dependency>
+
+
    </dependencies>
    
    <reporting>



More information about the jboss-cvs-commits mailing list