diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-05-20 10:10:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-21 00:00:49 +0200 |
commit | 921963613e862a3749cda659f5a9f8d4813ca13c (patch) | |
tree | 092be658d2d2852770118eb5426f89e167eb9b55 /sonar-core/pom.xml | |
parent | 6e9f4404b707c8cd5d9f77a593fcb1aaf6293351 (diff) | |
download | sonarqube-921963613e862a3749cda659f5a9f8d4813ca13c.tar.gz sonarqube-921963613e862a3749cda659f5a9f8d4813ca13c.zip |
SONAR-6278 Stop relying on graph to store tests
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index cb59be1290b..4a2b1b40f90 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -87,28 +87,6 @@ <artifactId>json-simple</artifactId> </dependency> <dependency> - <groupId>com.tinkerpop.blueprints</groupId> - <artifactId>blueprints-core</artifactId> - <exclusions> - <exclusion> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-core-asl</artifactId> - </exclusion> - <exclusion> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - </exclusion> - <exclusion> - <groupId>org.codehaus.jettison</groupId> - <artifactId>jettison</artifactId> - </exclusion> - <exclusion> - <groupId>colt</groupId> - <artifactId>colt</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-graph</artifactId> </dependency> |