summaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-06-17 22:26:00 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-06-17 22:26:22 +0200
commit76714833fb1be7d74fbf4613fdbe7a9fdd539f53 (patch)
tree38573308a1686e853ada37a4d676c413dad2eda7 /sonar-application
parent679442ce184e6e39d34e45b6915d0b645546e980 (diff)
downloadsonarqube-76714833fb1be7d74fbf4613fdbe7a9fdd539f53.tar.gz
sonarqube-76714833fb1be7d74fbf4613fdbe7a9fdd539f53.zip
SONAR-4157 fix test of sonar-application
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 6ad75a4d369..3c091ae7bfa 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -44,6 +44,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>runtime</scope>