This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 61f9d8d2fc Drop jboss, sonatype and codehaus repositories from TomEE
61f9d8d2fc is described below
commit 61f9d8d2fc5251e911822df6f7658b21eb67cdb4
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu Oct 16 11:08:25 2025 +0200
Drop jboss, sonatype and codehaus repositories from TomEE
---
examples/bval-evaluation-redeployment/pom.xml | 23 +----------------------
pom.xml | 23 -----------------------
2 files changed, 1 insertion(+), 45 deletions(-)
diff --git a/examples/bval-evaluation-redeployment/pom.xml
b/examples/bval-evaluation-redeployment/pom.xml
index 5a1ac70e59..19a6c9e7a3 100644
--- a/examples/bval-evaluation-redeployment/pom.xml
+++ b/examples/bval-evaluation-redeployment/pom.xml
@@ -122,33 +122,12 @@
</repositories>
<pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <id>Codehaus Snapshots</id>
- <url>https://snapshots.repository.codehaus.org/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
+
<pluginRepository>
<id>apache-m2-snapshot-plugin</id>
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/content/groups/snapshots</url>
</pluginRepository>
- <pluginRepository>
- <id>jboss-public-repository-group</id>
- <name>JBoss Public Maven Repository Group</name>
-
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
- <layout>default</layout>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
</pluginRepositories>
<!-- This section allows you to configure where to publish libraries for
diff --git a/pom.xml b/pom.xml
index c2d132934e..a5a4a61336 100644
--- a/pom.xml
+++ b/pom.xml
@@ -909,29 +909,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
- <repository>
- <id>sonatype-snapshots</id>
- <name>Sonatype OSS Snapshots Repository</name>
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>JBoss Repository</id>
- <url>https://repository.jboss.org/nexus/content/groups/public-jboss</url>
- <layout>default</layout>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
-
<!-- transitive dependency from WSS4J -->
<repository>
<id>B_shibboleth</id>