aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-05-20 10:10:34 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-21 00:00:49 +0200
commit921963613e862a3749cda659f5a9f8d4813ca13c (patch)
tree092be658d2d2852770118eb5426f89e167eb9b55 /pom.xml
parent6e9f4404b707c8cd5d9f77a593fcb1aaf6293351 (diff)
downloadsonarqube-921963613e862a3749cda659f5a9f8d4813ca13c.tar.gz
sonarqube-921963613e862a3749cda659f5a9f8d4813ca13c.zip
SONAR-6278 Stop relying on graph to store tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 9c79b6fd369..298885efd80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -695,11 +695,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>com.tinkerpop.blueprints</groupId>
- <artifactId>blueprints-core</artifactId>
- <version>2.2.0</version>
- </dependency>
- <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>