]> source.dussan.org Git - sonarqube.git/commitdiff
Move blueprints version to parent pom
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 20 Feb 2013 17:32:08 +0000 (18:32 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 20 Feb 2013 17:33:03 +0000 (18:33 +0100)
pom.xml
sonar-core/pom.xml

diff --git a/pom.xml b/pom.xml
index 8ad4e229ff4d398afd197c20d9c1249eebd0b210..186e4a157597f9c3b20dbec71a3898839eec50ca 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>plexus-classworlds</artifactId>
         <version>2.2.3</version>
       </dependency>
+      <dependency>
+        <groupId>org.codehaus.sonar</groupId>
+        <artifactId>sonar-blueprints-core</artifactId>
+        <version>2.2.0-java5</version>
+      </dependency>
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
index dc112e3401ada6d493037b5b5b95731f9832e4e9..0fc37856b9796ed8bc53d1187558b3811bcd8c07 100644 (file)
@@ -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>