diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-17 22:26:00 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-06-17 22:26:22 +0200 |
commit | 76714833fb1be7d74fbf4613fdbe7a9fdd539f53 (patch) | |
tree | 38573308a1686e853ada37a4d676c413dad2eda7 /sonar-application | |
parent | 679442ce184e6e39d34e45b6915d0b645546e980 (diff) | |
download | sonarqube-76714833fb1be7d74fbf4613fdbe7a9fdd539f53.tar.gz sonarqube-76714833fb1be7d74fbf4613fdbe7a9fdd539f53.zip |
SONAR-4157 fix test of sonar-application
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 5 |
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> |