You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/08/11 20:46:02 UTC

[myfaces] branch master updated: dependency cleanup

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ef03db  dependency cleanup
7ef03db is described below

commit 7ef03db67766b734d3d59acfdab26ab9f3425289
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Aug 11 22:45:52 2020 +0200

    dependency cleanup
---
 extensions/quarkus/runtime/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/extensions/quarkus/runtime/pom.xml b/extensions/quarkus/runtime/pom.xml
index 2883382..ca5a64f 100644
--- a/extensions/quarkus/runtime/pom.xml
+++ b/extensions/quarkus/runtime/pom.xml
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>tomcat-jasper-el</artifactId>
-            <version>9.0.36</version>
+            <version>9.0.37</version>
         </dependency>
 
         <dependency>
@@ -83,6 +83,13 @@
             <groupId>jakarta.servlet.jsp.jstl</groupId>
             <artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
             <version>1.2.4</version>
+            <exclusions>
+                <!-- Exclude it, we use tomcat-el as API and IMPL -->
+                <exclusion>
+                    <groupId>jakarta.el</groupId>
+                    <artifactId>jakarta.el-api</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>commons-fileupload</groupId> <!-- primefaces fileupload, needed in quarkus native mode -->