aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorXue Gao <xg353y@intl.att.com>2020-03-25 12:11:57 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-25 12:11:57 +0000
commitf152e38d8120333a2572d0b785f4e68aedc92a04 (patch)
treeb4bbbd52ab9f363e912663ddc8933f8f03d09704 /pom.xml
parent98bade58e0ab9b74378e4e3214700e7b00e10d7d (diff)
parente65d457a2dfd6ebb5e1f5a28b74f05c16c285dc3 (diff)
Merge "Improve metadata support"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 02ac6dddb..b9abc4f10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,8 +76,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<eelf.core.version>1.0.0</eelf.core.version>
- <camel.version>2.24.0</camel.version>
- <springboot.version>2.2.0.RELEASE</springboot.version>
+ <camel.version>2.25.0</camel.version>
+ <springboot.version>2.2.5.RELEASE</springboot.version>
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
@@ -878,9 +878,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
- <!-- Temporary fix -->
- <version>1.5.13.RELEASE</version>
- <!-- <version>${springboot.version}</version> -->
+ <version>${springboot.version}</version>
<executions>
<execution>
<goals>