diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-07 17:20:05 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-08 17:14:09 -0400 |
commit | aa959fd0228f766e4e03fcfbfb0dc28dcd674bb9 (patch) | |
tree | 48412a120a74b567480437ff8dc3159567ad9a33 /aai-resources | |
parent | 032f744b59b5aa8171729c22d12033d8ff4416a5 (diff) |
Update to latest aai-common, sb, and janus
Issue-ID: AAI-2575
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I3572e603c0a09ba40c64faede88629ebf644eb4c
Diffstat (limited to 'aai-resources')
-rw-r--r-- | aai-resources/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index ead6180..f1b5779 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -36,11 +36,11 @@ <start-class>org.onap.aai.ResourcesApp</start-class> <aai.schema.version>1.5.0</aai.schema.version> - <aai.core.version>1.5.1</aai.core.version> - <aai.schema.ingest.version>1.5.1</aai.schema.ingest.version> + <aai.core.version>1.5.3</aai.core.version> + <aai.schema.ingest.version>1.5.3</aai.schema.ingest.version> <hbase.version>1.0.2</hbase.version> - <spring.boot.version>1.5.20.RELEASE</spring.boot.version> + <spring.boot.version>1.5.21.RELEASE</spring.boot.version> <!-- Start of the jacoco plugin properties --> <sonar.language>java</sonar.language> @@ -73,7 +73,7 @@ <aaf.version>2.1.4</aaf.version> <janino.version>2.7.8</janino.version> <google.guava.version>19.0</google.guava.version> - <janusgraph.version>0.2.0</janusgraph.version> + <janusgraph.version>0.2.3</janusgraph.version> <gremlin.driver.version>3.2.2</gremlin.driver.version> <gremlin.core.version>3.2.2</gremlin.core.version> <gremlin.version>3.2.2</gremlin.version> |