summaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application/pom.xml')
-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 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>