MARMOTTA-584: added kiwi-geosparql to the default launcher

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

Branch: refs/heads/MARMOTTA-584
Commit: a43d2e0c60fdd110b6901416ef25272a67c0d534
Parents: df17222
Author: Sergio Fernández <[email protected]>
Authored: Mon Sep 28 08:38:09 2015 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Mon Sep 28 08:38:09 2015 +0200

----------------------------------------------------------------------
 parent/pom.xml                   | 5 +++++
 platform/marmotta-sparql/pom.xml | 4 ++++
 2 files changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/a43d2e0c/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 4848096..5790605 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1411,6 +1411,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.marmotta</groupId>
+                <artifactId>kiwi-geosparql</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.marmotta</groupId>
                 <artifactId>kiwi-versioning</artifactId>
                 <version>${project.version}</version>
             </dependency>

http://git-wip-us.apache.org/repos/asf/marmotta/blob/a43d2e0c/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>

Reply via email to