This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 07a5745456 Remove the Eclipse repository 07a5745456 is described below commit 07a5745456dec4d1e8dae9a0c0814d0e1aad1a14 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Feb 18 17:44:46 2024 +0000 Remove the Eclipse repository All Eclipse artifacts can now be fetched from Maven central, so this is no longer needed. --- pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pom.xml b/pom.xml index 6cea8a5a8a..51832e005d 100644 --- a/pom.xml +++ b/pom.xml @@ -1030,16 +1030,6 @@ </dependencies> </dependencyManagement> - <repositories> - <repository> - <id>eclipse_4_30</id> - <layout>p2</layout> - <url>http://download.eclipse.org/eclipse/updates/4.30/R-4.30-202312010110</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> <pluginRepositories> <pluginRepository> <id>apache.snapshots</id> @@ -1275,9 +1265,6 @@ <requireNoRepositories> <message>The POM must not include repository definitions since non Apache repositories threaten the build stability.</message> <banRepositories>true</banRepositories> - <allowedRepositories> - <allowedRepository>eclipse_4_30</allowedRepository> - </allowedRepositories> <banPluginRepositories>true</banPluginRepositories> <!-- We still need to allow the Apache snapshot repository --> <allowSnapshotRepositories>true</allowSnapshotRepositories> @@ -1638,13 +1625,6 @@ $${type_declaration}</template></templates>]]></value> </executions> </plugin> </plugins> - <extensions> - <extension> - <groupId>com.github.veithen.maven</groupId> - <artifactId>p2-maven-connector</artifactId> - <version>0.6.0</version> - </extension> - </extensions> </build> <reporting>