You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/10/14 22:03:47 UTC

svn commit: r1398123 - /jena/Experimental/riot-reader/pom.xml

Author: andy
Date: Sun Oct 14 20:03:47 2012
New Revision: 1398123

URL: http://svn.apache.org/viewvc?rev=1398123&view=rev
Log: (empty)

Modified:
    jena/Experimental/riot-reader/pom.xml

Modified: jena/Experimental/riot-reader/pom.xml
URL: http://svn.apache.org/viewvc/jena/Experimental/riot-reader/pom.xml?rev=1398123&r1=1398122&r2=1398123&view=diff
==============================================================================
--- jena/Experimental/riot-reader/pom.xml (original)
+++ jena/Experimental/riot-reader/pom.xml Sun Oct 14 20:03:47 2012
@@ -51,8 +51,14 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.9</version>
+      <version>[4.9,)</version>
       <scope>test</scope>
+      <exclusions>
+	<exclusion>
+	  <groupId>org.hamcrest</groupId>
+	  <artifactId>hamcrest-core</artifactId>
+      	</exclusion>
+      </exclusions>
     </dependency>
 
   </dependencies>