aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>