aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-runner-batch-interface/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-runner-batch-interface/pom.xml')
-rw-r--r--sonar-runner-batch-interface/pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/sonar-runner-batch-interface/pom.xml b/sonar-runner-batch-interface/pom.xml
index d70c04a..9ccb3b9 100644
--- a/sonar-runner-batch-interface/pom.xml
+++ b/sonar-runner-batch-interface/pom.xml
@@ -7,5 +7,13 @@
</parent>
<artifactId>sonar-runner-batch-interface</artifactId>
- <name>SonarQube Runner - Batch API</name>
+ <name>SonarQube Runner - Batch Interface</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-home</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
</project>