This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v4 by this push:
new 1b7761c6780 CAUSEWAY-2445: minor pom cleanup
1b7761c6780 is described below
commit 1b7761c6780c74c3df265702e8a108b20d0e6d7e
Author: andi-huber <[email protected]>
AuthorDate: Mon Jun 30 06:21:30 2025 +0200
CAUSEWAY-2445: minor pom cleanup
still no fix for
https://github.com/eclipse-ee4j/eclipselink/pull/2420/files
---
bom/pom.xml | 19 +++++++++++++++++++
persistence/jpa/applib/pom.xml | 14 --------------
viewers/restfulobjects/client/pom.xml | 18 ------------------
3 files changed, 19 insertions(+), 32 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 80caab8955d..d94047dd819 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -126,6 +126,7 @@ identified
org.apache.causeway.viewer.wicket.ui.components.scalars.datepicker.MomentJsReference
-->
<ognl.version>3.4.7</ognl.version>
+ <osgi.version>8.0.0</osgi.version>
<pdfbox.version>3.0.5</pdfbox.version>
<picocontainer.version>2.15.2</picocontainer.version>
@@ -1414,6 +1415,24 @@ identified
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
<version>${eclipselink.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.eclipse.angus</groupId>
+ <artifactId>angus-activation</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-tree</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-analysis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
diff --git a/persistence/jpa/applib/pom.xml b/persistence/jpa/applib/pom.xml
index 5f0c380a50a..97ce5df6b95 100644
--- a/persistence/jpa/applib/pom.xml
+++ b/persistence/jpa/applib/pom.xml
@@ -106,20 +106,6 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm-tree</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm-analysis</artifactId>
- </exclusion>
- </exclusions>
</dependency>
</dependencies>
diff --git a/viewers/restfulobjects/client/pom.xml
b/viewers/restfulobjects/client/pom.xml
index c36ada7afb6..82738437138 100644
--- a/viewers/restfulobjects/client/pom.xml
+++ b/viewers/restfulobjects/client/pom.xml
@@ -56,24 +56,6 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.eclipse.angus</groupId>
- <artifactId>angus-activation</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm-tree</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm-analysis</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>