Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-03-21 05:56:01 +0000
committerJan Bartel2013-03-21 05:56:01 +0000
commit8efcc8b566e5de56bf738d196a6fdb086e31a209 (patch)
tree1b8b5b7a712fe3ba6a96eb5a566553dfbb3b07a6 /jetty-jsp/pom.xml
parent7c2321b9d4d3f9cbf713ca503e933469760f936b (diff)
downloadorg.eclipse.jetty.project-8efcc8b566e5de56bf738d196a6fdb086e31a209.tar.gz
org.eclipse.jetty.project-8efcc8b566e5de56bf738d196a6fdb086e31a209.tar.xz
org.eclipse.jetty.project-8efcc8b566e5de56bf738d196a6fdb086e31a209.zip
403280 Update to javax.el 2.2.4
Diffstat (limited to 'jetty-jsp/pom.xml')
-rw-r--r--jetty-jsp/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jetty-jsp/pom.xml b/jetty-jsp/pom.xml
index 8b93b34bdf..57377556c6 100644
--- a/jetty-jsp/pom.xml
+++ b/jetty-jsp/pom.xml
@@ -40,19 +40,19 @@
<dependency>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>javax.el</artifactId>
- <version>2.2.0.v201108011116</version>
+ <version>2.2.0.v201303151357</version>
</dependency>
<!-- EL Impl -->
<dependency>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>com.sun.el</artifactId>
- <version>2.2.0.v201108011116</version>
+ <version>2.2.0.v201303151357</version>
</dependency>
<!-- Eclipse Java Compiler (for JSP Compilation) -->
<dependency>
<groupId>org.eclipse.jetty.orbit</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
- <version>3.7.1</version>
+ <version>3.8.2.v20130121</version>
</dependency>
</dependencies>
</project>

Back to the top