aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-01-19 22:28:34 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-01-19 22:28:34 +0100
commit7e93f91f06dc47fcda0f69ece9ed284e6489ef10 (patch)
tree893bcafbff82cf0491ca755f2701c23c9a389839 /sonar-plugin-api/pom.xml
parent90272d5ed5bdc0f5bde964c615388e81517e8414 (diff)
downloadsonarqube-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.xml5
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>