comparison backend/pom.xml @ 9682:9ec4686badae

Mit 3.2.x zusammenführen
author Gernot Belger <g.belger@bjoernsen.de>
date Wed, 15 Jul 2020 12:24:35 +0200
parents fda171e16988 bfc047db6ed7
children
comparison
equal deleted inserted replaced
9666:e098fda96a66 9682:9ec4686badae
21 <artifactId>maven-compiler-plugin</artifactId> 21 <artifactId>maven-compiler-plugin</artifactId>
22 <version>2.0.2</version> 22 <version>2.0.2</version>
23 <configuration> 23 <configuration>
24 <source>1.7</source> 24 <source>1.7</source>
25 <target>1.7</target> 25 <target>1.7</target>
26 <encoding>UTF-8</encoding>
26 </configuration> 27 </configuration>
27 </plugin> 28 </plugin>
28 <plugin> 29 <plugin>
29 <groupId>org.apache.maven.plugins</groupId> 30 <groupId>org.apache.maven.plugins</groupId>
30 <artifactId>maven-dependency-plugin</artifactId> 31 <artifactId>maven-dependency-plugin</artifactId>
192 </dependency> 193 </dependency>
193 </dependencies> 194 </dependencies>
194 195
195 <repositories> 196 <repositories>
196 <repository> 197 <repository>
197 <id>repository.jboss.org nexus</id>
198 <name>JBoss Repository - Nexus</name>
199 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
200 </repository>
201 <repository>
202 <id>OSGEO GeoTools repo</id>
203 <url>http://download.osgeo.org/webdav/geotools</url>
204 </repository>
205 <repository>
206 <id>Hibernate Spatial repo</id> 198 <id>Hibernate Spatial repo</id>
207 <url>http://www.hibernatespatial.org/repository</url> 199 <url>http://www.hibernatespatial.org/repository</url>
208 </repository> 200 </repository>
209 </repositories> 201 </repositories>
210 </project> 202 </project>

http://dive4elements.wald.intevation.org