This is an automated email from the ASF dual-hosted git repository.
dblevins 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 f28e8958e4 Remove EclipseLink-specific repo. No longer needed.
f28e8958e4 is described below
commit f28e8958e4d97ee3c407233812470d03226f50ea
Author: David Blevins <[email protected]>
AuthorDate: Mon Jan 12 13:47:39 2026 -0800
Remove EclipseLink-specific repo. No longer needed.
---
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 f884ce43c8..eff9cf4b43 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 -->