diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2014-09-30 16:49:55 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2014-10-02 17:52:23 +0200 |
commit | 2d60412e140a950436349f80f928c0e3a073c287 (patch) | |
tree | e5f864261e0b66c0aeca092e431a82c40c8ab0d2 /sonar-application | |
parent | 327799ec3efa6e9cb6180cd40a7d41cee0c1ce43 (diff) | |
download | sonarqube-2d60412e140a950436349f80f928c0e3a073c287.tar.gz sonarqube-2d60412e140a950436349f80f928c0e3a073c287.zip |
SONAR-5643 Provide a default SVN SCM Provider
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 77451cd9922..9fc60b2fe0b 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -138,6 +138,12 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.codehaus.sonar.plugins</groupId> + <artifactId>sonar-svn-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> |