diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-26 10:22:10 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-26 10:22:10 +0200 |
commit | 4234c8d5b402e751dfd0c17732cfc843ba807fe0 (patch) | |
tree | b4fd81647c26834baae2d8f2457b85472d89602f /sonar-application | |
parent | 966878dbed44b73db1e5951056f9ee2bc617d652 (diff) | |
download | sonarqube-4234c8d5b402e751dfd0c17732cfc843ba807fe0.tar.gz sonarqube-4234c8d5b402e751dfd0c17732cfc843ba807fe0.zip |
Revert "SONAR-5473 Fix fetching of remote SCM data"
This reverts commit da96eeccbe28e91619d60b34ae91ad442de6ce08.
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index b054c0bd128..914c60ebf5a 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -132,12 +132,6 @@ <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> |