From 2c378ea8fb2c18f5bde7c37f1004f914f29fc026 Mon Sep 17 00:00:00 2001 From: wasala Date: Wed, 21 Mar 2018 16:42:36 -0400 Subject: Divide Code into logic. Load properties for every kind of endpoint.Also has already added logic for registering task to consume messages from DMaap. Change-Id: I16420b17a0272687f4161967420c80c476385b83 Issue-ID: DCAEGEN2-407 Signed-off-by: wasala --- pom.xml | 56 ++++++++++++++++++++++++++------------------------------ 1 file changed, 26 insertions(+), 30 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 23cc2755..089a1a0a 100644 --- a/pom.xml +++ b/pom.xml @@ -55,40 +55,18 @@ - org.eclipse.jetty - jetty-server - 9.4.8.v20171121 + org.springframework.boot + spring-boot-starter-web - org.eclipse.jetty - jetty-servlet - 9.4.8.v20171121 + org.springframework.boot + spring-boot-starter-webflux - org.glassfish.jersey.core - jersey-server - 2.7 - - - org.glassfish.jersey.containers - jersey-container-servlet-core - 2.7 - - - org.glassfish.jersey.containers - jersey-container-jetty-http - 2.7 - - - org.glassfish.jersey.media - jersey-media-json-jackson - 2.7 - - - org.glassfish.jersey.media - jersey-media-moxy - 2.7 - + org.immutables + value + 2.5.6 + org.junit.jupiter @@ -186,6 +164,10 @@ org.apache.maven.plugins maven-compiler-plugin + + org.springframework.boot + spring-boot-maven-plugin + @@ -208,4 +190,18 @@ + + + + + + org.springframework.boot + spring-boot-dependencies + 2.0.0.RELEASE + pom + import + + + + -- cgit 1.2.3-korg