aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 98cc5cb0017..41ae4b71bff 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -159,6 +159,13 @@
<artifactId>bean-matchers</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.simpleframework</groupId>
+ <artifactId>simple</artifactId>
+ <version>4.1.21</version>
+ <scope>test</scope>
+ </dependency>
+
<!--