You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2014/06/07 15:37:28 UTC

svn commit: r1601105 - /jena/Experimental/jena-commons/pom.xml

Author: claude
Date: Sat Jun  7 13:37:27 2014
New Revision: 1601105

URL: http://svn.apache.org/r1601105
Log:
Added junit dependency

Modified:
    jena/Experimental/jena-commons/pom.xml

Modified: jena/Experimental/jena-commons/pom.xml
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-commons/pom.xml?rev=1601105&r1=1601104&r2=1601105&view=diff
==============================================================================
--- jena/Experimental/jena-commons/pom.xml (original)
+++ jena/Experimental/jena-commons/pom.xml Sat Jun  7 13:37:27 2014
@@ -26,6 +26,12 @@
   		<artifactId>commons-configuration</artifactId>
   		<version>1.10</version>
   	</dependency>
+  	<dependency>
+  		<groupId>junit</groupId>
+  		<artifactId>junit</artifactId>
+  		<version>4.11</version>
+  		<scope>test</scope>
+  	</dependency>
   </dependencies>
   <name>Apache Jena - jena-commons</name>
   <description>Implementations of common tools to use Jena in other projects.  For example implementation of Apache Commons interfaces.</description>