Repository: marmotta Updated Branches: refs/heads/MARMOTTA-584 ee9d578cf -> 0fcaf95f7
MARMOTTA-584: moved kiwi-geosparql as a direct dependency of kiwi-sparql Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/7f7c4246 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/7f7c4246 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/7f7c4246 Branch: refs/heads/MARMOTTA-584 Commit: 7f7c4246d088f460be66e65d44bb9b2ad60f217b Parents: ee9d578 Author: Sergio Fernández <[email protected]> Authored: Fri Jul 1 14:20:55 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Fri Jul 1 14:20:55 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/7f7c4246/libraries/kiwi/kiwi-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-sparql/pom.xml b/libraries/kiwi/kiwi-sparql/pom.xml index 3860d7a..6a04db1 100644 --- a/libraries/kiwi/kiwi-sparql/pom.xml +++ b/libraries/kiwi/kiwi-sparql/pom.xml @@ -55,6 +55,10 @@ <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/7f7c4246/platform/marmotta-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-sparql/pom.xml b/platform/marmotta-sparql/pom.xml index edb5f7f..732c47d 100644 --- a/platform/marmotta-sparql/pom.xml +++ b/platform/marmotta-sparql/pom.xml @@ -202,10 +202,6 @@ <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>
