diff options
author | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-07 15:59:08 -0400 |
---|---|---|
committer | Arul.Nambi <arul.nambi@amdocs.com> | 2018-09-07 15:59:21 -0400 |
commit | 58de904df654e2fd39e9d6dc316baff98101ddc0 (patch) | |
tree | 2805393779ff55fa7aebd6107470aa1127e95df3 /pom.xml | |
parent | 89a0e48dce48a915682000b90de43b70871aff75 (diff) |
Fixing issues found by nexus scan
Issue-ID: AAI-1583
Change-Id: I2019546062c76dd182b19f263b2b26c54396dc6a
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |