diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-20 00:22:54 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-20 22:30:42 +0200 |
commit | 399f6c100092eff8eef6f99b7bfb8051af2d4f68 (patch) | |
tree | 208532e628886a7207d450a3eb1d90f115333ada /sonar-batch-protocol/pom.xml | |
parent | 548a1ccb48cd1d403602670d923bf73b7bd70c0e (diff) | |
download | sonarqube-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.xml | 4 |
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> |