diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-15 11:51:15 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-15 11:52:01 -0400 |
commit | fd484cffa845d199a2e4b763db6af769dcc4260e (patch) | |
tree | 4985a886385a882886c36e5349401363902f02c1 | |
parent | 350926ae439b3b5f5ec51694c075fbc0fcb0453e (diff) |
Roll back springboot and camel upgrade1.4.0
Issue-ID: AAI-2381
Change-Id: If890767762fce5c972c851359e6bc6dd4a172636
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ limitations under the License. <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> @@ -35,7 +35,7 @@ limitations under the License. <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> |