You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2020/08/20 10:33:20 UTC

svn commit: r1881012 - in /jackrabbit/branches/2.20: ./ jackrabbit-standalone-components/pom.xml

Author: reschke
Date: Thu Aug 20 10:33:20 2020
New Revision: 1881012

URL: http://svn.apache.org/viewvc?rev=1881012&view=rev
Log:
JCR-4626: CI build fail because org.glassfish:javax.el:jar:3.0.1-b06-SNAPSHOT can't be retrieved (merged r1881011 into 2.20)

Modified:
    jackrabbit/branches/2.20/   (props changed)
    jackrabbit/branches/2.20/jackrabbit-standalone-components/pom.xml

Propchange: jackrabbit/branches/2.20/
------------------------------------------------------------------------------
  Merged /jackrabbit/trunk:r1881011

Modified: jackrabbit/branches/2.20/jackrabbit-standalone-components/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.20/jackrabbit-standalone-components/pom.xml?rev=1881012&r1=1881011&r2=1881012&view=diff
==============================================================================
--- jackrabbit/branches/2.20/jackrabbit-standalone-components/pom.xml (original)
+++ jackrabbit/branches/2.20/jackrabbit-standalone-components/pom.xml Thu Aug 20 10:33:20 2020
@@ -141,6 +141,19 @@
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-jsp</artifactId>
+      <exclusions>
+        <exclusion>
+          <!-- https://issues.apache.org/jira/browse/JCR-4626 -->
+          <groupId>org.glassfish</groupId>
+          <artifactId>javax.el</artifactId>
+        </exclusion>
+      </exclusions>       
+    </dependency>
+    <dependency>
+      <!-- https://issues.apache.org/jira/browse/JCR-4626 -->
+      <groupId>org.glassfish</groupId>
+      <artifactId>javax.el</artifactId>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>