You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ra...@apache.org on 2012/10/11 16:34:38 UTC

svn commit: r1397083 - /airavata/trunk/pom.xml

Author: raminder
Date: Thu Oct 11 14:34:38 2012
New Revision: 1397083

URL: http://svn.apache.org/viewvc?rev=1397083&view=rev
Log:
Fixed AIRAVATA-597 to add junit jar version

Modified:
    airavata/trunk/pom.xml

Modified: airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/pom.xml?rev=1397083&r1=1397082&r2=1397083&view=diff
==============================================================================
--- airavata/trunk/pom.xml (original)
+++ airavata/trunk/pom.xml Thu Oct 11 14:34:38 2012
@@ -72,6 +72,7 @@
         <log4j.version>1.2.16</log4j.version>
         <axiom.version>1.2.8</axiom.version>
         <surefire.version>2.12</surefire.version>
+	<junit.version>4.7</junit.version>
         <jcr.version>2.0</jcr.version>
         <xmlbeans.version>2.5.0</xmlbeans.version>
         <xpp3.version>1.1.3_7</xpp3.version>