Merge "Update traversal to use schema ingest changes"
authorJames Forsyth <jf2512@att.com>
Tue, 9 Apr 2019 21:04:15 +0000 (21:04 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 9 Apr 2019 21:04:15 +0000 (21:04 +0000)
1  2 
aai-traversal/pom.xml

diff --combined aai-traversal/pom.xml
          <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>
 +        <spring.boot.version>1.5.20.RELEASE</spring.boot.version>
  
          <!-- Start of the jacoco plugin properties -->
          <sonar.language>java</sonar.language>
          <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>