Mercurial > dive4elements > river
comparison artifacts/pom.xml @ 8770:363016ee831a
Add unstated dependency.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 28 Aug 2015 12:44:23 +0200 |
parents | 8f3a1ff48f72 |
children | 0862ea5d66ba |
comparison
equal
deleted
inserted
replaced
8769:8f3a1ff48f72 | 8770:363016ee831a |
---|---|
136 <groupId>org.geotools</groupId> | 136 <groupId>org.geotools</groupId> |
137 <artifactId>gt-swing</artifactId> | 137 <artifactId>gt-swing</artifactId> |
138 <version>2.7.2</version> | 138 <version>2.7.2</version> |
139 </dependency> | 139 </dependency> |
140 <dependency> | 140 <dependency> |
141 <groupId>org.hibernatespatial</groupId> | |
142 <artifactId>hibernate-spatial</artifactId> | |
143 <version>1.1.1</version> | |
144 </dependency> | |
145 <dependency> | |
141 <groupId>org.json</groupId> | 146 <groupId>org.json</groupId> |
142 <artifactId>json</artifactId> | 147 <artifactId>json</artifactId> |
143 <version>20090211</version> | 148 <version>20090211</version> |
144 </dependency> | 149 </dependency> |
145 <dependency> | 150 <dependency> |
173 <repository> | 178 <repository> |
174 <id>gt2.repo</id> | 179 <id>gt2.repo</id> |
175 <name>GeoTools2 Repository including JTS</name> | 180 <name>GeoTools2 Repository including JTS</name> |
176 <url>http://download.osgeo.org/webdav/geotools</url> | 181 <url>http://download.osgeo.org/webdav/geotools</url> |
177 </repository> | 182 </repository> |
183 <repository> | |
184 <id>Hibernate Spatial repo</id> | |
185 <url>http://www.hibernatespatial.org/repository</url> | |
186 </repository> | |
178 </repositories> | 187 </repositories> |
179 </project> | 188 </project> |