diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-22 15:26:27 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-22 17:04:14 +0200 |
commit | e88728fea0369029c6e197c347f3877d35a1a2ae (patch) | |
tree | c21b1113dd206b4410eaca874bdc80a1e5000ea5 /server/sonar-server/pom.xml | |
parent | 6c47dcc1e9a88a19fb071fc30952ec7a76722d0a (diff) | |
download | sonarqube-e88728fea0369029c6e197c347f3877d35a1a2ae.tar.gz sonarqube-e88728fea0369029c6e197c347f3877d35a1a2ae.zip |
SONAR-5477 First version of the global referentials WS : only metrics are returned for the moment
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index ede2172bd84..e462e45623d 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -35,6 +35,10 @@ </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-batch-protocol</artifactId> + </dependency> + <dependency> + <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-deprecated</artifactId> <exclusions> <exclusion> |