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 2015/06/21 14:24:35 UTC

jena git commit: removed explicit contract test definition from pom.xml

Repository: jena
Updated Branches:
  refs/heads/jena2 6f858f6b2 -> 0974842fa


removed explicit contract test definition from pom.xml


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/0974842f
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/0974842f
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/0974842f

Branch: refs/heads/jena2
Commit: 0974842fae7e5ffd79095c2643e9e612960c92ab
Parents: 6f858f6
Author: Claude Warren <cl...@apache.org>
Authored: Sun Jun 21 13:23:37 2015 +0100
Committer: Claude Warren <cl...@apache.org>
Committed: Sun Jun 21 13:23:37 2015 +0100

----------------------------------------------------------------------
 jena-extras/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/0974842f/jena-extras/pom.xml
----------------------------------------------------------------------
diff --git a/jena-extras/pom.xml b/jena-extras/pom.xml
index 89016fc..2cff77b 100644
--- a/jena-extras/pom.xml
+++ b/jena-extras/pom.xml
@@ -123,13 +123,7 @@ limitations under the License.
         <artifactId>apache-jena-libs</artifactId>
         <version>2.13.1-SNAPSHOT</version>
         <type>pom</type>
-      </dependency>
-      <dependency>
-        <groupId>org.xenei</groupId>
-        <artifactId>junit-contracts</artifactId>
-        <version>0.1.4-SNAPSHOT</version>
-        <scope>test</scope>
-      </dependency>   
+      </dependency>  
     </dependencies>
   </dependencyManagement>
 </project>