Roll back springboot and camel upgrade 43/85343/1 1.4.0
authorJimmy Forsyth <jf2512@att.com>
Mon, 15 Apr 2019 15:51:15 +0000 (11:51 -0400)
committerJimmy Forsyth <jf2512@att.com>
Mon, 15 Apr 2019 15:52:01 +0000 (11:52 -0400)
Issue-ID: AAI-2381
Change-Id: If890767762fce5c972c851359e6bc6dd4a172636
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7723e4b..0613a3a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
    <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
    <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
-      <version>1.5.20.RELEASE</version>
+      <version>1.5.19.RELEASE</version>
       <relativePath />
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
       <relativePath />
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
@@ -35,7 +35,7 @@ limitations under the License.
 
    <properties>
       <java.version>1.8</java.version>
 
    <properties>
       <java.version>1.8</java.version>
-      <camel-spring-boot.version>2.21.5</camel-spring-boot.version>
+      <camel-spring-boot.version>2.21.1</camel-spring-boot.version>
       <docker.location>${basedir}/target</docker.location>
       <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>
       <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot>
       <docker.location>${basedir}/target</docker.location>
       <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>
       <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot>