aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-cpd-plugin/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-01-08 12:19:58 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-01-08 17:49:30 +0100
commit19c96722706e68460791a866c117c46e6a127044 (patch)
tree74712ccb00444d765451227f4148381548a57ee6 /plugins/sonar-cpd-plugin/pom.xml
parentd11a74bfa405b1096cecfc565b462acc1492c2bd (diff)
downloadsonarqube-19c96722706e68460791a866c117c46e6a127044.tar.gz
sonarqube-19c96722706e68460791a866c117c46e6a127044.zip
SONAR-6014 Make sensor mode use the same container than normal mode
Diffstat (limited to 'plugins/sonar-cpd-plugin/pom.xml')
-rw-r--r--plugins/sonar-cpd-plugin/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-cpd-plugin/pom.xml b/plugins/sonar-cpd-plugin/pom.xml
index 78ad9f9af30..e2591c28c7c 100644
--- a/plugins/sonar-cpd-plugin/pom.xml
+++ b/plugins/sonar-cpd-plugin/pom.xml
@@ -76,6 +76,11 @@
<scope>test</scope>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>