This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch ARIES-2167-remove-unnecessary-repositories-from-parent in repository https://gitbox.apache.org/repos/asf/aries.git
commit d611e3762c2f94e4d0a7d164dd25a07e4fcd5ed1 Author: Dominik Przybysz <[email protected]> AuthorDate: Mon Feb 3 20:24:02 2025 +0100 ARIES-2167: Remove eclipselink repo from parent --- parent/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 1771f315b..2db5c049e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -86,13 +86,6 @@ </mailingList> </mailingLists> - <repositories> - <repository> - <id>EclipseLink Repo</id> - <url>https://download.eclipse.org/rt/eclipselink/maven.repo/</url> - </repository> - </repositories> - <pluginRepositories> <pluginRepository> <id>apache.snapshots</id>
