This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/main by this push:
new 77f78da2 Remove unused maven remote repositories (#714)
77f78da2 is described below
commit 77f78da2c933a375e21e96d068608e4839b4f215
Author: Perdjesk <[email protected]>
AuthorDate: Wed Jul 5 14:11:55 2023 +0200
Remove unused maven remote repositories (#714)
---
pom.xml | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/pom.xml b/pom.xml
index 73cbab07..46f8c625 100644
--- a/pom.xml
+++ b/pom.xml
@@ -575,30 +575,6 @@
</dependency>
</dependencies>
- <repositories>
- <repository>
- <id>central</id>
- <name>Maven Central</name>
- <url>https://repo1.maven.org/maven2/</url>
- </repository>
- <repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>geotoolkit.org</id>
- <name>Geotoolkit.org repository</name>
- <url>https://maven.geotoolkit.org</url>
- </repository>
- <repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>geomatys</id>
- <name>Geomatys public repository</name>
- <url>https://nexus.geomatys.com/repository/maven-public</url>
- </repository>
- </repositories>
-
<build>
<plugins>
<plugin>