diff options
author | Venkata Harish Kajur <vk250x@att.com> | 2019-08-12 13:21:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-12 13:21:26 +0000 |
commit | 17d1fb26a16a138d34525f4cdbbdfd365bc8b0b6 (patch) | |
tree | 003028155f8da9a5392d4268d4823eb0af8e3feb /aai-resources | |
parent | 294a0813de274c853d122199b330444b5dad76c5 (diff) | |
parent | aa959fd0228f766e4e03fcfbfb0dc28dcd674bb9 (diff) |
Merge "Update to latest aai-common, sb, and janus"
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 8bcaa6a..ccca0ca 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> |