diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-20 18:32:08 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-20 18:33:03 +0100 |
commit | 8597cda643dd8965c6c10e0b57a1ffce15885eb2 (patch) | |
tree | f8459f4da50f4ddd65ae3001197572f9198f4e77 /sonar-core/pom.xml | |
parent | 3e1455a524eaecf77dd771acf72eb5393ef8d298 (diff) | |
download | sonarqube-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.xml | 3 |
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> |