[PATCH] Add unstated dependency

Wald Commits scm-commit at wald.intevation.org
Fri Aug 28 12:44:28 CEST 2015


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1440758663 -7200
# Node ID 363016ee831a6612b6c626ab52850db6dbb6ad0a
# Parent  8f3a1ff48f7278ad1036c0abe6f9ea3c31b344fb
Add unstated dependency.

diff -r 8f3a1ff48f72 -r 363016ee831a artifacts/pom-oracle.xml
--- a/artifacts/pom-oracle.xml	Tue Aug 25 19:52:33 2015 +0200
+++ b/artifacts/pom-oracle.xml	Fri Aug 28 12:44:23 2015 +0200
@@ -138,6 +138,11 @@
       <version>2.7.2</version>
     </dependency>
     <dependency>
+      <groupId>org.hibernatespatial</groupId>
+      <artifactId>hibernate-spatial</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
       <version>20090211</version>
@@ -175,5 +180,9 @@
       <name>GeoTools2 Repository including JTS</name>
       <url>http://download.osgeo.org/webdav/geotools</url>
     </repository>
+    <repository>
+      <id>Hibernate Spatial repo</id>
+      <url>http://www.hibernatespatial.org/repository</url>
+    </repository>
   </repositories>
 </project>
diff -r 8f3a1ff48f72 -r 363016ee831a artifacts/pom.xml
--- a/artifacts/pom.xml	Tue Aug 25 19:52:33 2015 +0200
+++ b/artifacts/pom.xml	Fri Aug 28 12:44:23 2015 +0200
@@ -138,6 +138,11 @@
       <version>2.7.2</version>
     </dependency>
     <dependency>
+      <groupId>org.hibernatespatial</groupId>
+      <artifactId>hibernate-spatial</artifactId>
+      <version>1.1.1</version>
+    </dependency>
+    <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
       <version>20090211</version>
@@ -175,5 +180,9 @@
       <name>GeoTools2 Repository including JTS</name>
       <url>http://download.osgeo.org/webdav/geotools</url>
     </repository>
+    <repository>
+      <id>Hibernate Spatial repo</id>
+      <url>http://www.hibernatespatial.org/repository</url>
+    </repository>
   </repositories>
 </project>


More information about the Dive4Elements-commits mailing list