diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-01-25 14:03:52 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-01-25 14:03:52 +0100 |
commit | 6200a323e1a2af7725ec9eb78dd9ca0902f3db38 (patch) | |
tree | f69ba10fa41af3aea3110fbb171da216408c648a /pom.xml | |
parent | f16506ecbf5bc3f1e5f597a634c85b8a6162c692 (diff) | |
download | sonarqube-6200a323e1a2af7725ec9eb78dd9ca0902f3db38.tar.gz sonarqube-6200a323e1a2af7725ec9eb78dd9ca0902f3db38.zip |
SONAR-4087 first draft of test api
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |