aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-01-28 14:17:58 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-01-28 14:18:36 +0100
commit1e73831ed5264c2add9dfc1a4a48f6ed251056cc (patch)
tree7ec61051f010dcefafe6e56616d13718a4183297
parent10d9c1368e35b26dbc04504645a436d1be683d15 (diff)
downloadsonarqube-1e73831ed5264c2add9dfc1a4a48f6ed251056cc.tar.gz
sonarqube-1e73831ed5264c2add9dfc1a4a48f6ed251056cc.zip
SONAR-2501 use blueprints-core for java5
-rw-r--r--sonar-core/pom.xml36
1 files changed, 3 insertions, 33 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 9e76b616a43..d2b71d9890b 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -66,17 +66,10 @@
<artifactId>json-simple</artifactId>
</dependency>
<dependency>
- <groupId>com.tinkerpop.blueprints</groupId>
- <artifactId>blueprints-core</artifactId>
+ <!-- version compiled for java 5 -->
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-blueprints-core</artifactId>
<version>2.2.0-java5</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/blueprints-core-2.2.0-java5.jar</systemPath>
- </dependency>
- <dependency>
- <!-- Temporary dependency as long as blueprints-core is system scope -->
- <groupId>colt</groupId>
- <artifactId>colt</artifactId>
- <version>1.2.0</version>
</dependency>
<!-- logging -->
@@ -158,29 +151,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>jarjar-maven-plugin</artifactId>
- <version>1.7</version>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>jarjar</goal>
- </goals>
- <configuration>
- <includes>
- <include>com.tinkerpop.blueprints:blueprints-core</include>
- </includes>
- <rules>
- <keep>
- <pattern>*.**</pattern>
- </keep>
- </rules>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>