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 2021/12/17 17:58:49 UTC

[jena] branch main updated: JENA-2216: Depend on jena-cmds as does fuseki-main

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new ed9c8e7  JENA-2216: Depend on jena-cmds as does fuseki-main
ed9c8e7 is described below

commit ed9c8e79ceaddaf8c6d377b426e3d7ae6e7916fb
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Fri Dec 17 17:58:42 2021 +0000

    JENA-2216: Depend on jena-cmds as does fuseki-main
---
 jena-fuseki2/jena-fuseki-geosparql/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/jena-fuseki2/jena-fuseki-geosparql/pom.xml b/jena-fuseki2/jena-fuseki-geosparql/pom.xml
index cfa5996..bae1dc1 100644
--- a/jena-fuseki2/jena-fuseki-geosparql/pom.xml
+++ b/jena-fuseki2/jena-fuseki-geosparql/pom.xml
@@ -70,12 +70,6 @@
             <groupId>org.apache.jena</groupId>
             <artifactId>jena-fuseki-main</artifactId>
             <version>4.4.0-SNAPSHOT</version>
-            <exclusions>
-              <exclusion>
-                <groupId>org.apache.jena</groupId>
-                <artifactId>jena-cmds</artifactId>
-              </exclusion>
-            </exclusions>
         </dependency>
 
         <dependency>