Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2013-09-20 05:36:17 +0000
committerJan Bartel2013-09-20 05:36:55 +0000
commitcf9f007fbd0148c766c6cca42e96805903f38992 (patch)
tree5b0535d474c64f7a40f3ecbd44caae6e6132059b /pom.xml
parentcb33fa36fd54d1edd35b6e1a4ead743e4281653a (diff)
downloadorg.eclipse.jetty.project-cf9f007fbd0148c766c6cca42e96805903f38992.tar.gz
org.eclipse.jetty.project-cf9f007fbd0148c766c6cca42e96805903f38992.tar.xz
org.eclipse.jetty.project-cf9f007fbd0148c766c6cca42e96805903f38992.zip
417340 Upgrade JDT compiler to one that supports source/target of Java 1.7
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7b3b952ff7..5456315c53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -502,6 +502,12 @@
<version>2.3.2</version>
</dependency>
+ <dependency>
+ <groupId>org.eclipse.jetty.toolchain</groupId>
+ <artifactId>jetty-jsp-jdt</artifactId>
+ <version>2.3.3</version>
+ </dependency>
+
<dependency>
<groupId>javax.el</groupId>

Back to the top