diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-19 22:28:34 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-19 22:28:34 +0100 |
commit | 7e93f91f06dc47fcda0f69ece9ed284e6489ef10 (patch) | |
tree | 893bcafbff82cf0491ca755f2701c23c9a389839 /sonar-plugin-api/pom.xml | |
parent | 90272d5ed5bdc0f5bde964c615388e81517e8414 (diff) | |
download | sonarqube-7e93f91f06dc47fcda0f69ece9ed284e6489ef10.tar.gz sonarqube-7e93f91f06dc47fcda0f69ece9ed284e6489ef10.zip |
SONAR-5010 public API for Java web services
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index f6662a75c2a..b916f1dd6f7 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -14,6 +14,11 @@ <name>SonarQube :: Plugin API</name> <dependencies> <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <scope>provided</scope> |