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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7c5db38  TOMEE-4508 - exclude jakarta el-api from cdi-api to use 
tomcat api instead
7c5db38 is described below

commit 7c5db38d04e212a9acafcde1dd20e7f55236df66
Author: Markus Jung <[email protected]>
AuthorDate: Tue Jul 15 14:20:29 2025 +0200

    TOMEE-4508 - exclude jakarta el-api from cdi-api to use tomcat api instead
---
 api/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/api/pom.xml b/api/pom.xml
index 198ad6f..f9cd9cd 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -551,6 +551,10 @@
                         <groupId>jakarta.inject</groupId>
                         <artifactId>jakarta.inject-api</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>jakarta.el</groupId>
+                        <artifactId>jakarta.el-api</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>
@@ -1013,6 +1017,10 @@
                     <groupId>jakarta.inject</groupId>
                     <artifactId>jakarta.inject-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>jakarta.el</groupId>
+                    <artifactId>jakarta.el-api</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -1025,6 +1033,10 @@
                     <groupId>jakarta.inject</groupId>
                     <artifactId>jakarta.inject-api</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>jakarta.el</groupId>
+                    <artifactId>jakarta.el-api</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to