This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 85525b5bb7 Add EL
85525b5bb7 is described below
commit 85525b5bb7a329a7a274a145f6da5fc2070bca48
Author: remm <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]