diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2017-09-13 10:29:14 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2017-09-13 10:34:18 -0400 |
commit | 71b978b3fc9bf3799163baa6f9c1d920b219b492 (patch) | |
tree | 9084d68b7ef4377d705ab622ac7c28ccfd066875 /pom.xml | |
parent | a6093c563208bb2e4c06eff2505b320217460a02 (diff) |
Change dependencies to pass tests
Fix a typo and change another dependency to get ChampDao tests to pass
Issue ID: AAI-295
Change-Id: I5e69e6385fe598cb9aa04e79955844fe80a77df5
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -145,7 +145,7 @@ <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>gremlin-core</artifactId> - <version>3.1.0-incubating</version> + <version>3.0.1-incubating</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -163,7 +163,7 @@ <dependency> <groupId>org.apache.tinkerpop</groupId> <artifactId>tinkergraph-gremlin</artifactId> - <version>3.2.3</version> + <version>3.0.1-incubating</version> <scope>test</scope> </dependency> |