Fixing issues found by nexus scan 01/65301/1
authorArul.Nambi <arul.nambi@amdocs.com>
Fri, 7 Sep 2018 19:59:08 +0000 (15:59 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Fri, 7 Sep 2018 19:59:21 +0000 (15:59 -0400)
Issue-ID: AAI-1583
Change-Id: I2019546062c76dd182b19f263b2b26c54396dc6a
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index f4d4ca6..60714d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,7 @@ limitations under the License.
       <sonar.projectVersion>${project.version}</sonar.projectVersion>
       <logback.version>1.2.3</logback.version>
       <version.com.google.guava>16.0.1</version.com.google.guava>
+      <camel-spring-boot.version>2.22.0</camel-spring-boot.version>
    </properties>
 
    <dependencies>
@@ -93,7 +94,7 @@ limitations under the License.
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-core</artifactId>
-         <version>2.20.1</version>
+         <version>${camel-spring-boot.version}</version>
       </dependency>
       <dependency>
          <groupId>org.apache.camel</groupId>
@@ -102,7 +103,7 @@ limitations under the License.
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-cxf</artifactId>
-         <version>2.20.1</version>
+         <version>${camel-spring-boot.version}</version>
       </dependency>
       <!-- Spring dependencies -->
       <dependency>