aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-11-19 18:42:05 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-11-19 18:42:14 +0100
commit9adcfb71589fb7d8b1520593fde26d0d5533d118 (patch)
treea04806aa26548cdf843a3c8d61d29c3c9402a9ca /sonar-batch/pom.xml
parent4e8c7938ba6512bc1e3155044427bf15bbf94ead (diff)
downloadsonarqube-9adcfb71589fb7d8b1520593fde26d0d5533d118.tar.gz
sonarqube-9adcfb71589fb7d8b1520593fde26d0d5533d118.zip
SONAR-3941 Improve the batch logs when unauthorized credentials
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 6e75f40ba40..29421ca58e7 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -78,5 +78,10 @@
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>