aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-20 00:22:54 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-20 22:30:42 +0200
commit399f6c100092eff8eef6f99b7bfb8051af2d4f68 (patch)
tree208532e628886a7207d450a3eb1d90f115333ada /sonar-batch-protocol/pom.xml
parent548a1ccb48cd1d403602670d923bf73b7bd70c0e (diff)
downloadsonarqube-399f6c100092eff8eef6f99b7bfb8051af2d4f68.tar.gz
sonarqube-399f6c100092eff8eef6f99b7bfb8051af2d4f68.zip
SONAR-6703 load common rule parameters from batch report
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r--sonar-batch-protocol/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index 9cba80bc7d9..4766df2a574 100644
--- a/sonar-batch-protocol/pom.xml
+++ b/sonar-batch-protocol/pom.xml
@@ -34,6 +34,10 @@
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-core</artifactId>
+ </dependency>
<!-- unit tests -->
<dependency>