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.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index d2b71d9890b..1ec0ff42482 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -70,6 +70,24 @@
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-blueprints-core</artifactId>
<version>2.2.0-java5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-core-asl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.codehaus.jettison:jettison</groupId>
+ <artifactId>jettison</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>colt</groupId>
+ <artifactId>colt</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!-- logging -->