aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-01-25 14:03:52 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-01-25 14:03:52 +0100
commit6200a323e1a2af7725ec9eb78dd9ca0902f3db38 (patch)
treef69ba10fa41af3aea3110fbb171da216408c648a /pom.xml
parentf16506ecbf5bc3f1e5f597a634c85b8a6162c692 (diff)
downloadsonarqube-6200a323e1a2af7725ec9eb78dd9ca0902f3db38.tar.gz
sonarqube-6200a323e1a2af7725ec9eb78dd9ca0902f3db38.zip
SONAR-4087 first draft of test api
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 643aa644654..b45669c07c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -641,6 +641,16 @@
<version>3.2</version>
</dependency>
<dependency>
+ <groupId>com.tinkerpop.blueprints</groupId>
+ <artifactId>blueprints-core</artifactId>
+ <version>2.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>com.tinkerpop.gremlin</groupId>
+ <artifactId>gremlin-java</artifactId>
+ <version>2.2.0</version>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
<version>2.2.3</version>