Mercurial > dive4elements > river
comparison backend/pom.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> |
98 <groupId>com.vividsolutions</groupId> | |
99 <artifactId>jts</artifactId> | |
100 <version>1.11</version> | |
101 </dependency> | |
102 <dependency> | |
103 <!-- overwrite dependency of postgis-jdbc --> | |
109 <groupId>postgresql</groupId> | 104 <groupId>postgresql</groupId> |
110 <artifactId>postgresql</artifactId> | 105 <artifactId>postgresql</artifactId> |
111 <version>9.1-901-1.jdbc4</version> | 106 <version>9.1-901-1.jdbc4</version> |
112 <scope>runtime</scope> | 107 <scope>runtime</scope> |
113 </dependency> | 108 </dependency> |
114 <dependency> | 109 <dependency> |
115 <groupId>org.hibernatespatial</groupId> | 110 <groupId>org.postgis</groupId> |
116 <artifactId>hibernate-spatial-postgis</artifactId> | 111 <artifactId>postgis-jdbc</artifactId> |
117 <version>1.1</version> | 112 <version>1.3.3</version> |
113 <scope>runtime</scope> | |
118 </dependency> | 114 </dependency> |
119 <dependency> | 115 <dependency> |
120 <groupId>org.postgis</groupId> | 116 <groupId>org.hibernatespatial</groupId> |
121 <artifactId>postgis-jdbc</artifactId> | 117 <artifactId>hibernate-spatial-postgis</artifactId> |
122 <version>1.3.3</version> | 118 <version>1.1.1</version> |
119 <scope>runtime</scope> | |
123 </dependency> | 120 </dependency> |
124 </dependencies> | 121 </dependencies> |
125 | 122 |
126 <repositories> | 123 <repositories> |
127 <repository> | 124 <repository> |