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

remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/main by this push:
     new 3cad8cc459 Add EL
3cad8cc459 is described below

commit 3cad8cc4597b3e22cad57cfd5ed2d79fc9cb2adf
Author: remm <r...@apache.org>
AuthorDate: Fri Nov 10 14:56:52 2023 +0100

    Add EL
---
 modules/owb/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index e496d235ef..c02a405140 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -78,6 +78,11 @@
             <artifactId>openwebbeans-web</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.openwebbeans</groupId>
+            <artifactId>openwebbeans-el22</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <!-- Allows building integration code, temporarily located here -->
         <dependency>
             <groupId>org.apache.tomcat</groupId>
@@ -116,6 +121,12 @@
                                 <transformer 
implementation="org.apache.maven.plugins.shade.resource.properties.OpenWebBeansPropertiesTransformer"/>
                                 <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"
 />
                             </transformers>
+                            <artifactSet>
+                                <excludes>
+                                    <!-- Already present in Tomcat or in the 
CDI bundle -->
+                                    <exclude>jakarta.el:*</exclude>
+                                </excludes>
+                            </artifactSet>
                             <filters>
                                 <filter>
                                     <artifact>*:*</artifact>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to