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 2013/02/17 12:55:29 UTC

svn commit: r1447009 - /jena/trunk/jena-sdb/pom.xml

Author: andy
Date: Sun Feb 17 11:55:29 2013
New Revision: 1447009

URL: http://svn.apache.org/r1447009
Log:
Need org.hamcrest included via POM (for Maven surefile)

Modified:
    jena/trunk/jena-sdb/pom.xml

Modified: jena/trunk/jena-sdb/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-sdb/pom.xml?rev=1447009&r1=1447008&r2=1447009&view=diff
==============================================================================
--- jena/trunk/jena-sdb/pom.xml (original)
+++ jena/trunk/jena-sdb/pom.xml Sun Feb 17 11:55:29 2013
@@ -85,12 +85,6 @@
       <artifactId>junit</artifactId>
       <version>${ver.junit}</version>
       <scope>test</scope>
-      <exclusions>
-	<exclusion>
-	  <groupId>org.hamcrest</groupId>
-	  <artifactId>hamcrest-core</artifactId>
-      	</exclusion>
-      </exclusions>
     </dependency>
 
     <dependency>