aboutsummaryrefslogtreecommitdiffstats
path: root/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 /pom.xml
parent3e1455a524eaecf77dd771acf72eb5393ef8d298 (diff)
downloadsonarqube-8597cda643dd8965c6c10e0b57a1ffce15885eb2.tar.gz
sonarqube-8597cda643dd8965c6c10e0b57a1ffce15885eb2.zip
Move blueprints version to parent pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8ad4e229ff4..186e4a15759 100644
--- a/pom.xml
+++ b/pom.xml
@@ -653,6 +653,11 @@
<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>
<version>3.2.1</version>