aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-09-07 15:59:08 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-09-07 15:59:21 -0400
commit58de904df654e2fd39e9d6dc316baff98101ddc0 (patch)
tree2805393779ff55fa7aebd6107470aa1127e95df3
parent89a0e48dce48a915682000b90de43b70871aff75 (diff)
Fixing issues found by nexus scan
Issue-ID: AAI-1583 Change-Id: I2019546062c76dd182b19f263b2b26c54396dc6a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f4d4ca6..60714d1 100644
--- 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>