Mercurial > dive4elements > river
diff backend/pom-oracle.xml @ 8515:01d71ff84d43
Update Oracle-POM in backend and add pom-oracle.xml with respective dependency to artifacts.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 17 Dec 2014 18:02:27 +0100 |
parents | 7f63ad20d4f0 |
children | ae3df0f96e15 |
line wrap: on
line diff
--- a/backend/pom-oracle.xml Wed Dec 17 16:16:02 2014 +0100 +++ b/backend/pom-oracle.xml Wed Dec 17 18:02:27 2014 +0100 @@ -3,11 +3,11 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.dive4elements.river</groupId> - <artifactId>backend</artifactId> - <version>1.0-SNAPSHOT</version> + <artifactId>river-backend</artifactId> + <version>1.0-SNAPSHOT-ora</version> <packaging>jar</packaging> - <name>backend</name> + <name>river-backend</name> <url>http://maven.apache.org</url> <properties> @@ -17,18 +17,6 @@ <build> <plugins> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>hibernate3-maven-plugin</artifactId> - <version>2.2</version> - <!-- - <configuration> - <componentProperties> - <propertyfile>src/main/config/hbm.properties</propertyfile> - </componentProperties> - </configuration> - --> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> @@ -85,12 +73,12 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> - <version>3.6.5.Final</version> + <version>3.6.10.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> - <version>3.6.5.Final</version> + <version>3.6.10.Final</version> </dependency> <dependency> <groupId>log4j</groupId> @@ -104,29 +92,19 @@ </dependency> <dependency> <groupId>org.hibernatespatial</groupId> - <artifactId>hibernate-spatial-postgis</artifactId> - <version>1.1</version> + <artifactId>hibernate-spatial-oracle</artifactId> + <version>1.1.1</version> </dependency> <dependency> - <groupId>org.hibernatespatial</groupId> - <artifactId>hibernate-spatial-oracle</artifactId> - <version>1.1</version> - </dependency> - <dependency> - <groupId>org.postgis</groupId> - <artifactId>postgis-jdbc</artifactId> - <version>1.3.3</version> - </dependency> - <dependency> - <groupId>ojdbc5.jar</groupId> - <artifactId>ojdbc5</artifactId> + <groupId>ojdbc</groupId> + <artifactId>ojdbc</artifactId> <version>0</version> </dependency> </dependencies> <repositories> <repository> - <id>repository.jboss.org/nexus</id> + <id>repository.jboss.org nexus</id> <name>JBoss Repository - Nexus</name> <url>http://repository.jboss.org/nexus/content/groups/public/</url> </repository>