diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-07 17:23:16 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2019-08-07 21:25:29 +0000 |
commit | e32b1347fcd1f30d9b36b591fa9ec79f8eb89368 (patch) | |
tree | 74dc828b383f0cc3d135341c26b39b9ae512f369 | |
parent | 7c29f5d7fc0d79eb3b263c2f737e0b5e70d3dd97 (diff) |
Update janus
Issue-ID: AAI-2545
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ib0f4fc681d7a548064c821f0c356aa6cd39a5ea4
-rw-r--r-- | aai-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 790b37c4..4d033913 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -263,7 +263,7 @@ <dependency> <groupId>org.janusgraph</groupId> <artifactId>janusgraph-core</artifactId> - <version>0.2.0</version> + <version>0.2.3</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> |