Fixing issues found by nexus scan 91/65291/1
authorArul.Nambi <arul.nambi@amdocs.com>
Fri, 7 Sep 2018 18:49:02 +0000 (14:49 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Fri, 7 Sep 2018 18:53:09 +0000 (14:53 -0400)
Issue-ID: AAI-1583
Change-Id: I2e534986b33dade95d7d62465b9ecfd69cb4cb39
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 636c6bc..4b85bf8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,18 +42,19 @@ limitations under the License.
       <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
       <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
       <sonar.projectVersion>${project.version}</sonar.projectVersion>
+      <camel-spring-boot.version>2.22.0</camel-spring-boot.version>
    </properties>
    <dependencies>
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-core</artifactId>
-         <version>2.20.1</version>
+         <version>${camel-spring-boot.version}</version>
       </dependency>
       <!-- support camel documentation -->
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>apt</artifactId>
-         <version>2.20.1</version>
+         <version>${camel-spring-boot.version}</version>
       </dependency>
       <!-- logging -->
       <dependency>
@@ -119,7 +120,7 @@ limitations under the License.
       <dependency>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-test</artifactId>
-         <version>2.20.1</version>
+         <version>${camel-spring-boot.version}</version>
          <scope>test</scope>
       </dependency>
     <dependency>