# HG changeset patch # User Tom Gottfried # Date 1440759301 -7200 # Node ID 2bba7f551225c3735437e25d8b96b143fe31d2f8 # Parent 363016ee831a6612b6c626ab52850db6dbb6ad0a Cleanup backend dependencies. diff -r 363016ee831a -r 2bba7f551225 backend/pom-oracle.xml --- a/backend/pom-oracle.xml Fri Aug 28 12:44:23 2015 +0200 +++ b/backend/pom-oracle.xml Fri Aug 28 12:55:01 2015 +0200 @@ -75,25 +75,14 @@ 1.0-SNAPSHOT - junit - junit - 3.8.1 - test - - - net.sf.opencsv - opencsv - 2.0 - - org.hibernate hibernate-core 3.6.10.Final - org.hibernate - hibernate-entitymanager - 3.6.10.Final + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.1.Final log4j @@ -106,14 +95,21 @@ 2.1.1 - org.hibernatespatial - hibernate-spatial-oracle - 1.1.1 + com.vividsolutions + jts + 1.11 - ojdbc - ojdbc - 0 + org.hibernatespatial + hibernate-spatial-oracle + 1.1.1 + runtime + + + ojdbc + ojdbc + 0 + runtime diff -r 363016ee831a -r 2bba7f551225 backend/pom.xml --- a/backend/pom.xml Fri Aug 28 12:44:23 2015 +0200 +++ b/backend/pom.xml Fri Aug 28 12:55:01 2015 +0200 @@ -75,25 +75,14 @@ 1.0-SNAPSHOT - junit - junit - 3.8.1 - test - - - net.sf.opencsv - opencsv - 2.0 - - org.hibernate hibernate-core 3.6.10.Final - org.hibernate - hibernate-entitymanager - 3.6.10.Final + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.1.Final log4j @@ -106,20 +95,28 @@ 2.1.1 + com.vividsolutions + jts + 1.11 + + + postgresql postgresql 9.1-901-1.jdbc4 runtime - org.hibernatespatial - hibernate-spatial-postgis - 1.1 + org.postgis + postgis-jdbc + 1.3.3 + runtime - org.postgis - postgis-jdbc - 1.3.3 + org.hibernatespatial + hibernate-spatial-postgis + 1.1.1 + runtime