You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/10/07 09:40:51 UTC

[tomee] branch tomee-8.x updated: Fix tomee-jersey-eclipselink after eclipselink upgrade

This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 6092c9dcef Fix tomee-jersey-eclipselink after eclipselink upgrade
6092c9dcef is described below

commit 6092c9dcef511bbed7d37304d64f54faaec76ba0
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Fri Oct 7 11:40:41 2022 +0200

    Fix tomee-jersey-eclipselink after eclipselink upgrade
---
 examples/tomee-jersey-eclipselink/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/examples/tomee-jersey-eclipselink/pom.xml b/examples/tomee-jersey-eclipselink/pom.xml
index f781c35009..2f4c7cf400 100644
--- a/examples/tomee-jersey-eclipselink/pom.xml
+++ b/examples/tomee-jersey-eclipselink/pom.xml
@@ -49,11 +49,6 @@
       <artifactId>org.eclipse.persistence.antlr</artifactId>
       <version>${version.eclipselink}</version>
     </dependency>
-    <dependency>
-      <groupId>org.eclipse.persistence</groupId>
-      <artifactId>org.eclipse.persistence.asm</artifactId>
-      <version>${version.eclipselink}</version>
-    </dependency>
     <dependency>
       <groupId>org.eclipse.persistence</groupId>
       <artifactId>org.eclipse.persistence.jpa</artifactId>