diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-25 14:22:38 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-03-25 14:22:51 +0100 |
commit | bf5a5beba1e5fadf8bc798398c4cc0f064582586 (patch) | |
tree | 939b76d03b8960b2c911293cfbe586f48ea569a4 /sonar-core/pom.xml | |
parent | 003fdb73a1bb96692004a72facba1cc7d317a6b8 (diff) | |
download | sonarqube-bf5a5beba1e5fadf8bc798398c4cc0f064582586.tar.gz sonarqube-bf5a5beba1e5fadf8bc798398c4cc0f064582586.zip |
SONAR-4044 move to Java 6
- update jdk signature used by animal sniffer
- update javac configuration
- fix blueprints-core lib
- upgrade commons-dbcp and postgresql driver in order to use JDBC 4
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index df05ec263d6..ca0e3488548 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -69,9 +69,8 @@ <artifactId>json-simple</artifactId> </dependency> <dependency> - <!-- version compiled for java 5 --> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-blueprints-core</artifactId> + <groupId>com.tinkerpop.blueprints</groupId> + <artifactId>blueprints-core</artifactId> <exclusions> <exclusion> <groupId>org.codehaus.jackson</groupId> |