diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-05 22:54:34 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-05 22:54:34 +0100 |
commit | 2bdd7679edce5c08f5d9ee8f232bd2f96d7973e7 (patch) | |
tree | ed0549d65757b21bd81fe2780156b83ba1faf802 /sonar-batch/pom.xml | |
parent | 86543fe81dd9cf3ab6aeed9557dada4e125ff7bb (diff) | |
download | sonarqube-2bdd7679edce5c08f5d9ee8f232bd2f96d7973e7.tar.gz sonarqube-2bdd7679edce5c08f5d9ee8f232bd2f96d7973e7.zip |
SONAR-3895 optimize loading of project settings
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index e693da1521a..5a05eb10354 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -35,10 +35,6 @@ <artifactId>sonar-squid</artifactId> </dependency> <dependency> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-ws-client</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> |