aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-02-20 18:32:08 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-02-20 18:33:03 +0100
commit8597cda643dd8965c6c10e0b57a1ffce15885eb2 (patch)
treef8459f4da50f4ddd65ae3001197572f9198f4e77 /sonar-core/pom.xml
parent3e1455a524eaecf77dd771acf72eb5393ef8d298 (diff)
downloadsonarqube-8597cda643dd8965c6c10e0b57a1ffce15885eb2.tar.gz
sonarqube-8597cda643dd8965c6c10e0b57a1ffce15885eb2.zip
Move blueprints version to parent pom
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index dc112e3401a..0fc37856b97 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -73,7 +73,6 @@
<!-- version compiled for java 5 -->
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-blueprints-core</artifactId>
- <version>2.2.0-java5</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.jackson</groupId>
@@ -84,7 +83,7 @@
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>
<exclusion>
- <groupId>org.codehaus.jettison:jettison</groupId>
+ <groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
</exclusion>
<exclusion>