JCR-4626: CI build fail because org.glassfish:javax.el:jar:3.0.1-b06-SNAPSHOT can't be retrieved (merged r1881011 into 2.18)

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/branches/2.18@1881017 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jackrabbit-standalone/pom.xml b/jackrabbit-standalone/pom.xml
index 69295f4..a4f782a 100644
--- a/jackrabbit-standalone/pom.xml
+++ b/jackrabbit-standalone/pom.xml
@@ -113,6 +113,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>