Revert "MARMOTTA-584: moved kiwi-geosparql as a direct dependency of kiwi-sparql"
This reverts commit 7f7c4246d088f460be66e65d44bb9b2ad60f217b. Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/772261f8 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/772261f8 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/772261f8 Branch: refs/heads/MARMOTTA-584 Commit: 772261f8537dae9d7857edb0ab073bd856cb9447 Parents: 996bad1 Author: Sergio Fernández <[email protected]> Authored: Fri Jul 1 14:41:35 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Fri Jul 1 14:41:35 2016 +0200 ---------------------------------------------------------------------- libraries/kiwi/kiwi-sparql/pom.xml | 4 ---- platform/marmotta-sparql/pom.xml | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/772261f8/libraries/kiwi/kiwi-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-sparql/pom.xml b/libraries/kiwi/kiwi-sparql/pom.xml index 6a04db1..3860d7a 100644 --- a/libraries/kiwi/kiwi-sparql/pom.xml +++ b/libraries/kiwi/kiwi-sparql/pom.xml @@ -55,10 +55,6 @@ <groupId>org.apache.marmotta</groupId> <artifactId>kiwi-triplestore</artifactId> </dependency> - <dependency> - <groupId>org.apache.marmotta</groupId> - <artifactId>kiwi-geosparql</artifactId> - </dependency> <!-- Logging --> <dependency> http://git-wip-us.apache.org/repos/asf/marmotta/blob/772261f8/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index 732c47d..edb5f7f 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -202,6 +202,10 @@ <artifactId>kiwi-sparql</artifactId> </dependency> <dependency> + <groupId>org.apache.marmotta</groupId> + <artifactId>kiwi-geosparql</artifactId> + </dependency> + <dependency> <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-query</artifactId> </dependency>
