aboutsummaryrefslogtreecommitdiffstats
path: root/aai-traversal/pom.xml
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2019-04-07 19:17:03 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2019-04-09 15:22:34 -0400
commit4dcbab601ce4d89416193441a0443a717868846c (patch)
tree9072eaf5405724647f1a981105e702fabdd44b53 /aai-traversal/pom.xml
parent9b6d782a7a3a06dd0febcfaceb8d0c032e28355c (diff)
Update traversal to use schema ingest changes
for the application to not start if it doesn't start properly Issue-ID: AAI-2329 Change-Id: I43a196d08853a6fbb02d715d6ec39b78d6611163 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r--aai-traversal/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index adbe286..57256ab 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -41,8 +41,9 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
- <aai.schema.version>1.0.0</aai.schema.version>
- <aai.core.version>1.4.1</aai.core.version>
+ <aai.schema.version>1.0.1</aai.schema.version>
+ <aai.core.version>1.4.2</aai.core.version>
+ <aai.rest.version>1.4.2</aai.rest.version>
<spring.boot.version>1.5.19.RELEASE</spring.boot.version>
@@ -671,7 +672,7 @@
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-rest</artifactId>
- <version>1.4.1</version>
+ <version>${aai.rest.version}</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>