From b9fbe7fa64e864f9101938917f76ca2c853c0840 Mon Sep 17 00:00:00 2001 From: "Bansal, Nitin (nb121v)" Date: Wed, 4 Apr 2018 10:21:55 -0400 Subject: Refactoring to use camel servlet with spring boot Change-Id: I7c439e9108d84e5e72a42d9dba3bbf7681517527 Issue-ID: AAI-802 Signed-off-by: Bansal, Nitin (nb121v) --- pom.xml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index fc5dd83..99bca06 100644 --- a/pom.xml +++ b/pom.xml @@ -70,10 +70,6 @@ limitations under the License. - - org.springframework.boot - spring-boot-starter-jersey - ch.qos.logback logback-core @@ -93,7 +89,11 @@ limitations under the License. org.apache.camel camel-spring-boot-starter - + + org.apache.camel + camel-core + 2.20.1 + org.apache.camel camel-servlet-starter @@ -107,7 +107,8 @@ limitations under the License. org.springframework.boot spring-boot-starter-web - + + org.springframework.boot spring-boot-starter @@ -121,11 +122,6 @@ limitations under the License. javax.ws.rs-api 2.0.1 - - org.eclipse.jetty - jetty-security - 9.3.8.RC0 - org.powermock powermock-module-junit4 @@ -174,7 +170,7 @@ limitations under the License. org.onap.aai.router-core router-core - 1.1.0 + 1.2.0-SNAPSHOT @@ -303,12 +299,12 @@ limitations under the License. - + org.sonatype.plugins nexus-staging-maven-plugin -- cgit 1.2.3-korg