Mercurial > dive4elements > river
comparison backend/pom-oracle.xml @ 8771:2bba7f551225
Cleanup backend dependencies.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 28 Aug 2015 12:55:01 +0200 |
parents | 8179cca1796a |
children | be28bb0c7f50 |
comparison
equal
deleted
inserted
replaced
8770:363016ee831a | 8771:2bba7f551225 |
---|---|
73 <groupId>org.dive4elements</groupId> | 73 <groupId>org.dive4elements</groupId> |
74 <artifactId>artifacts-common</artifactId> | 74 <artifactId>artifacts-common</artifactId> |
75 <version>1.0-SNAPSHOT</version> | 75 <version>1.0-SNAPSHOT</version> |
76 </dependency> | 76 </dependency> |
77 <dependency> | 77 <dependency> |
78 <groupId>junit</groupId> | |
79 <artifactId>junit</artifactId> | |
80 <version>3.8.1</version> | |
81 <scope>test</scope> | |
82 </dependency> | |
83 <dependency> | |
84 <groupId>net.sf.opencsv</groupId> | |
85 <artifactId>opencsv</artifactId> | |
86 <version>2.0</version> | |
87 </dependency> | |
88 <dependency> | |
89 <groupId>org.hibernate</groupId> | 78 <groupId>org.hibernate</groupId> |
90 <artifactId>hibernate-core</artifactId> | 79 <artifactId>hibernate-core</artifactId> |
91 <version>3.6.10.Final</version> | 80 <version>3.6.10.Final</version> |
92 </dependency> | 81 </dependency> |
93 <dependency> | 82 <dependency> |
94 <groupId>org.hibernate</groupId> | 83 <groupId>org.hibernate.javax.persistence</groupId> |
95 <artifactId>hibernate-entitymanager</artifactId> | 84 <artifactId>hibernate-jpa-2.0-api</artifactId> |
96 <version>3.6.10.Final</version> | 85 <version>1.0.1.Final</version> |
97 </dependency> | 86 </dependency> |
98 <dependency> | 87 <dependency> |
99 <groupId>log4j</groupId> | 88 <groupId>log4j</groupId> |
100 <artifactId>log4j</artifactId> | 89 <artifactId>log4j</artifactId> |
101 <version>1.2.14</version> | 90 <version>1.2.14</version> |
104 <groupId>org.apache.commons</groupId> | 93 <groupId>org.apache.commons</groupId> |
105 <artifactId>commons-dbcp2</artifactId> | 94 <artifactId>commons-dbcp2</artifactId> |
106 <version>2.1.1</version> | 95 <version>2.1.1</version> |
107 </dependency> | 96 </dependency> |
108 <dependency> | 97 <dependency> |
109 <groupId>org.hibernatespatial</groupId> | 98 <groupId>com.vividsolutions</groupId> |
110 <artifactId>hibernate-spatial-oracle</artifactId> | 99 <artifactId>jts</artifactId> |
111 <version>1.1.1</version> | 100 <version>1.11</version> |
112 </dependency> | 101 </dependency> |
113 <dependency> | 102 <dependency> |
114 <groupId>ojdbc</groupId> | 103 <groupId>org.hibernatespatial</groupId> |
115 <artifactId>ojdbc</artifactId> | 104 <artifactId>hibernate-spatial-oracle</artifactId> |
116 <version>0</version> | 105 <version>1.1.1</version> |
106 <scope>runtime</scope> | |
107 </dependency> | |
108 <dependency> | |
109 <groupId>ojdbc</groupId> | |
110 <artifactId>ojdbc</artifactId> | |
111 <version>0</version> | |
112 <scope>runtime</scope> | |
117 </dependency> | 113 </dependency> |
118 </dependencies> | 114 </dependencies> |
119 | 115 |
120 <repositories> | 116 <repositories> |
121 <repository> | 117 <repository> |