Merge "Fixing the broken build with camel route"
[aai/data-router.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 317cd3d..3249966 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
    <parent>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-parent</artifactId>
-      <version>1.5.12.RELEASE</version>
+      <version>1.5.15.RELEASE</version>
       <relativePath />
    </parent>
    <groupId>org.onap.aai.data-router</groupId>
@@ -35,7 +35,7 @@ limitations under the License.
 
    <properties>
       <java.version>1.8</java.version>
-      <camel-spring-boot.version>2.20.0</camel-spring-boot.version>
+      <camel-spring-boot.version>2.20.1</camel-spring-boot.version>
       <docker.location>${basedir}/target</docker.location>
       <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>
       <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot>
@@ -67,7 +67,7 @@ limitations under the License.
       <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
       <sonar.projectVersion>${project.version}</sonar.projectVersion>
       <logback.version>1.2.3</logback.version>
-      <version.com.google.guava>16.0.1</version.com.google.guava>
+      <version.com.google.guava>26.0-jre</version.com.google.guava>
    </properties>
 
    <dependencies>
@@ -93,7 +93,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 +102,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>
@@ -157,11 +157,11 @@ limitations under the License.
          <scope>test</scope>
       </dependency>
       <dependency>
-         <groupId>dom4j</groupId>
-         <artifactId>dom4j</artifactId>
-         <version>1.6.1</version>
-         <scope>provided</scope>
-      </dependency>
+                 <groupId>org.dom4j</groupId>
+                 <artifactId>dom4j</artifactId>
+                 <scope>provided</scope>
+                 <version>2.1.1</version>
+         </dependency>
 
       <dependency>
          <groupId>com.att.aft</groupId>