This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 84b42fc20d Remove EclipseLink-specific repo. No longer needed.
84b42fc20d is described below
commit 84b42fc20dc7e2e89a1d73895247729b7aa37a4e
Author: David Blevins <[email protected]>
AuthorDate: Mon Jan 12 13:47:39 2026 -0800
Remove EclipseLink-specific repo. No longer needed.
(cherry picked from commit f28e8958e4d97ee3c407233812470d03226f50ea)
---
examples/jpa-eclipselink/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/examples/jpa-eclipselink/pom.xml b/examples/jpa-eclipselink/pom.xml
index 70c4be0f03..e91da8d9a7 100644
--- a/examples/jpa-eclipselink/pom.xml
+++ b/examples/jpa-eclipselink/pom.xml
@@ -58,11 +58,6 @@
<name>Apache Snapshot Repository</name>
<url>https://repository.apache.org/content/groups/snapshots</url>
</repository>
- <repository>
- <id>eclipselink-repo</id>
- <name>EclipseLink Repository</name>
-
<url>https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo</url>
- </repository>
</repositories>
<dependencies>
<!-- spec apis such as jakarta.persistence -->