aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-09-25 16:23:37 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2014-09-25 16:25:24 +0200
commitda96eeccbe28e91619d60b34ae91ad442de6ce08 (patch)
tree71ba7b694981fadcf92e4ec9ef8aaf43b3504c81 /sonar-application
parenta4e76de07797ea2b9b809a0cc0b90286c90cd3cd (diff)
downloadsonarqube-da96eeccbe28e91619d60b34ae91ad442de6ce08.tar.gz
sonarqube-da96eeccbe28e91619d60b34ae91ad442de6ce08.zip
SONAR-5473 Fix fetching of remote SCM data
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index fda2e82eba3..547bff09e2d 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -132,6 +132,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.codehaus.sonar.plugins</groupId>
+ <artifactId>sonar-git-plugin</artifactId>
+ <type>sonar-plugin</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.sonatype.jsw-binaries</groupId>
<artifactId>jsw-binaries</artifactId>
<version>3.2.3.6</version>