Commit d93df77b authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina repositorios

Por la necesidad de fijar en cada proyecto para poder descargar el server-parent
parent 303f0b71
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -55,28 +55,6 @@
			<artifactId>log4j-core</artifactId>
		</dependency>
	</dependencies>
	<repositories>
		<repository>
			<id>central</id>
			<name>libs-release</name>
			<url>${env.MAVEN_RELEASE_URL}</url>
		</repository>
		<repository>
			<id>snapshots</id>
			<name>libs-snapshot</name>
			<url>${env.MAVEN_SNAPSHOT_URL}</url>
		</repository>
		<repository>
			<id>osgeo</id>
			<name>Open Source Geospatial Foundation Repository</name>
			<url>http://download.osgeo.org/webdav/geotools/</url>
		</repository>
		<repository>
			<id>confluent</id>
			<name>Confluent</name>
			<url>https://packages.confluent.io/maven/</url>
		</repository>
	</repositories>
	<build>
		<plugins>
			<plugin>