]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4157 fix test of sonar-application
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 17 Jun 2013 20:26:00 +0000 (22:26 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 17 Jun 2013 20:26:00 +0000 (22:26 +0200)
sonar-application/pom.xml

index 388bc4bb9cd7fe320ddc421c499068380de9b8de..7a67cc960afacff7f3d70180765caae8d8a3e482 100644 (file)
       <artifactId>sonar-testing-harness</artifactId>
       <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>