aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-04-15 11:51:15 -0400
committerJimmy Forsyth <jf2512@att.com>2019-04-15 11:52:01 -0400
commitfd484cffa845d199a2e4b763db6af769dcc4260e (patch)
tree4985a886385a882886c36e5349401363902f02c1
parent350926ae439b3b5f5ec51694c075fbc0fcb0453e (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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7723e4b..0613a3a 100644
--- 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>
- <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>