comparison 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
comparison
equal deleted inserted replaced
8514:97d2a83118e4 8515:01d71ff84d43
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
4 4
5 <groupId>org.dive4elements.river</groupId> 5 <groupId>org.dive4elements.river</groupId>
6 <artifactId>backend</artifactId> 6 <artifactId>river-backend</artifactId>
7 <version>1.0-SNAPSHOT</version> 7 <version>1.0-SNAPSHOT-ora</version>
8 <packaging>jar</packaging> 8 <packaging>jar</packaging>
9 9
10 <name>backend</name> 10 <name>river-backend</name>
11 <url>http://maven.apache.org</url> 11 <url>http://maven.apache.org</url>
12 12
13 <properties> 13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties> 15 </properties>
16 16
17 <build> 17 <build>
18 <plugins> 18 <plugins>
19 <plugin>
20 <groupId>org.codehaus.mojo</groupId>
21 <artifactId>hibernate3-maven-plugin</artifactId>
22 <version>2.2</version>
23 <!--
24 <configuration>
25 <componentProperties>
26 <propertyfile>src/main/config/hbm.properties</propertyfile>
27 </componentProperties>
28 </configuration>
29 -->
30 </plugin>
31 <plugin> 19 <plugin>
32 <groupId>org.apache.maven.plugins</groupId> 20 <groupId>org.apache.maven.plugins</groupId>
33 <artifactId>maven-compiler-plugin</artifactId> 21 <artifactId>maven-compiler-plugin</artifactId>
34 <version>2.0.2</version> 22 <version>2.0.2</version>
35 <configuration> 23 <configuration>
83 <version>2.0</version> 71 <version>2.0</version>
84 </dependency> 72 </dependency>
85 <dependency> 73 <dependency>
86 <groupId>org.hibernate</groupId> 74 <groupId>org.hibernate</groupId>
87 <artifactId>hibernate-core</artifactId> 75 <artifactId>hibernate-core</artifactId>
88 <version>3.6.5.Final</version> 76 <version>3.6.10.Final</version>
89 </dependency> 77 </dependency>
90 <dependency> 78 <dependency>
91 <groupId>org.hibernate</groupId> 79 <groupId>org.hibernate</groupId>
92 <artifactId>hibernate-entitymanager</artifactId> 80 <artifactId>hibernate-entitymanager</artifactId>
93 <version>3.6.5.Final</version> 81 <version>3.6.10.Final</version>
94 </dependency> 82 </dependency>
95 <dependency> 83 <dependency>
96 <groupId>log4j</groupId> 84 <groupId>log4j</groupId>
97 <artifactId>log4j</artifactId> 85 <artifactId>log4j</artifactId>
98 <version>1.2.14</version> 86 <version>1.2.14</version>
102 <artifactId>commons-dbcp</artifactId> 90 <artifactId>commons-dbcp</artifactId>
103 <version>1.4</version> 91 <version>1.4</version>
104 </dependency> 92 </dependency>
105 <dependency> 93 <dependency>
106 <groupId>org.hibernatespatial</groupId> 94 <groupId>org.hibernatespatial</groupId>
107 <artifactId>hibernate-spatial-postgis</artifactId> 95 <artifactId>hibernate-spatial-oracle</artifactId>
108 <version>1.1</version> 96 <version>1.1.1</version>
109 </dependency> 97 </dependency>
110 <dependency> 98 <dependency>
111 <groupId>org.hibernatespatial</groupId> 99 <groupId>ojdbc</groupId>
112 <artifactId>hibernate-spatial-oracle</artifactId> 100 <artifactId>ojdbc</artifactId>
113 <version>1.1</version>
114 </dependency>
115 <dependency>
116 <groupId>org.postgis</groupId>
117 <artifactId>postgis-jdbc</artifactId>
118 <version>1.3.3</version>
119 </dependency>
120 <dependency>
121 <groupId>ojdbc5.jar</groupId>
122 <artifactId>ojdbc5</artifactId>
123 <version>0</version> 101 <version>0</version>
124 </dependency> 102 </dependency>
125 </dependencies> 103 </dependencies>
126 104
127 <repositories> 105 <repositories>
128 <repository> 106 <repository>
129 <id>repository.jboss.org/nexus</id> 107 <id>repository.jboss.org nexus</id>
130 <name>JBoss Repository - Nexus</name> 108 <name>JBoss Repository - Nexus</name>
131 <url>http://repository.jboss.org/nexus/content/groups/public/</url> 109 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
132 </repository> 110 </repository>
133 <repository> 111 <repository>
134 <id>OSGEO GeoTools repo</id> 112 <id>OSGEO GeoTools repo</id>

http://dive4elements.wald.intevation.org