aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-06-17 22:16:05 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-06-17 22:17:01 +0200
commit679442ce184e6e39d34e45b6915d0b645546e980 (patch)
treeee62e125ecb366204f9fcf1e94de5ef611ec6576 /sonar-batch/pom.xml
parent7f223beb5157d2baf1be643943c18cd86caee6ba (diff)
downloadsonarqube-679442ce184e6e39d34e45b6915d0b645546e980.tar.gz
sonarqube-679442ce184e6e39d34e45b6915d0b645546e980.zip
SONAR-4157 downgrade to jetty 7.6 for compatibility with tomcat 6 (servlet 2.5)
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index ce61a0cabbd..ece068c843c 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -94,6 +94,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<scope>test</scope>