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

andi-huber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/v3 by this push:
     new 13b53923850 [pom] v3 build fix
13b53923850 is described below

commit 13b539238500f5e9e47d909c4f4c21c5b9a17d8f
Author: andi-huber <[email protected]>
AuthorDate: Mon Jul 13 06:42:50 2026 +0200

    [pom] v3 build fix
---
 bom/pom.xml                         | 7 +++++++
 persistence/jpa/eclipselink/pom.xml | 4 ++++
 2 files changed, 11 insertions(+)

diff --git a/bom/pom.xml b/bom/pom.xml
index a66236252a3..36c8e73f3d6 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -141,6 +141,7 @@ identified
         <jakarta.servlet-api.version>6.1.0</jakarta.servlet-api.version>
         <jakarta.inject-api.version>2.0.1.MR</jakarta.inject-api.version>
         <jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
+        
<jakarta.persistence-api.version>3.2.0</jakarta.persistence-api.version> 
<!--overriding Spring-->
 
         <jbcrypt.version>0.4</jbcrypt.version>
         
<jboss-jaxrs-api_2.1_spec.version>2.0.2.Final</jboss-jaxrs-api_2.1_spec.version>
@@ -166,6 +167,7 @@ identified
         
org.apache.causeway.viewer.wicket.ui.components.scalars.datepicker.MomentJsReference
 -->
 
         <ognl.version>3.4.11</ognl.version>
+        <osgi.version>8.0.0</osgi.version>
 
         <pdfbox.version>3.0.7</pdfbox.version>
         <picocontainer.version>2.15.2</picocontainer.version>
@@ -1577,6 +1579,11 @@ identified
                 <artifactId>stax2-api</artifactId>
                 <version>4.3.0</version>
             </dependency>
+            <dependency>
+                           <groupId>jakarta.persistence</groupId>
+                           <artifactId>jakarta.persistence-api</artifactId>
+                           
<version>${jakarta.persistence-api.version}</version> 
+                   </dependency>
             <dependency>
                 <groupId>org.eclipse.persistence</groupId>
                 <artifactId>org.eclipse.persistence.jpa</artifactId>
diff --git a/persistence/jpa/eclipselink/pom.xml 
b/persistence/jpa/eclipselink/pom.xml
index 3a8e2730b65..e92f6cd3ebf 100644
--- a/persistence/jpa/eclipselink/pom.xml
+++ b/persistence/jpa/eclipselink/pom.xml
@@ -91,6 +91,10 @@
                                </exclusion>
                        </exclusions>
                </dependency>
+        <dependency>
+            <groupId>org.ow2.asm</groupId>
+            <artifactId>asm</artifactId>
+               </dependency>
         <dependency>
                <!-- provides jakarta.el.* -->
                    <groupId>jakarta.el</groupId>

Reply via email to