Update 'pom.xml'
replace geotoolkit repo with our geotoolkit proxy repo
This commit is contained in:
parent
fa8ab1a918
commit
3381e7191c
10
pom.xml
10
pom.xml
|
@ -149,11 +149,15 @@
|
|||
<name>Open Source Geospatial Foundation Repository Mirror</name>
|
||||
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/osgeo//</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<!--repository>
|
||||
<id>geotoolkit</id>
|
||||
<name>Geotoolkit.org project</name>
|
||||
<url>https://repo1.maven.org/maven2/</url>
|
||||
</repository>
|
||||
<url>http://maven.geotoolkit.org/ </url>
|
||||
</repository-->
|
||||
<repository>
|
||||
<id>GeoToolkit</id>
|
||||
<url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geotoolkit/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>52north-releases</id>
|
||||
<name>52north-releases</name>
|
||||
|
|
Loading…
Reference in New Issue