Merge "Improve metadata support"
authorXue Gao <xg353y@intl.att.com>
Wed, 25 Mar 2020 12:11:57 +0000 (12:11 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 25 Mar 2020 12:11:57 +0000 (12:11 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
@@@ -76,8 -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>
@@@ -99,7 -99,7 +99,7 @@@
                <docker.skip.tag>true</docker.skip.tag>
                <skip.staging.artifacts>false</skip.staging.artifacts>
                <python.http.proxy.param />
 -              <tomcat.version>9.0.27</tomcat.version>
 +              <tomcat.version>9.0.33</tomcat.version>
                <ui.react.src>ui-react</ui.react.src>
                <ui.react.lib.src>ui-react-lib</ui.react.lib.src>
                <npm.publish.url>https://nexus3.onap.org/repository/npm.snapshot/</npm.publish.url>
                                        <groupId>javax.servlet</groupId>
                                        <artifactId>servlet-api</artifactId>
                                </exclusion>
 +                              <exclusion>
 +                                      <groupId>log4j</groupId>
 +                                      <artifactId>log4j</artifactId>
 +                              </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                        <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>