diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-19 18:42:05 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-19 18:42:14 +0100 |
commit | 9adcfb71589fb7d8b1520593fde26d0d5533d118 (patch) | |
tree | a04806aa26548cdf843a3c8d61d29c3c9402a9ca /sonar-batch/pom.xml | |
parent | 4e8c7938ba6512bc1e3155044427bf15bbf94ead (diff) | |
download | sonarqube-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.xml | 5 |
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> |