From 5fbcb6344672167e7d1dbf28ecbea3b8f55732fb Mon Sep 17 00:00:00 2001 From: wasala Date: Wed, 18 Apr 2018 15:21:56 +0200 Subject: Implementation for HTTP/HTTPS and endpoints *Added HTTP/HTTPS in spring configuration *Fixing issues with license *Fixing HTTP/HTTPS and logging configuration *Add Webflux in implementation Change-Id: I0a7add391cde010d56dbf352de365b1eba90a9cd Issue-ID: DCAEGEN2-453 Signed-off-by: wasala --- prh-app-server/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'prh-app-server/pom.xml') diff --git a/prh-app-server/pom.xml b/prh-app-server/pom.xml index f178d343..e804c3e6 100644 --- a/prh-app-server/pom.xml +++ b/prh-app-server/pom.xml @@ -79,6 +79,7 @@ 8100 + 8433 ${project.version}-SNAPSHOT-${maven.build.timestamp}Z @@ -134,6 +135,10 @@ + + io.projectreactor + reactor-core + org.bouncycastle bcprov-jdk15on @@ -174,6 +179,11 @@ + + io.projectreactor + reactor-test + test + org.junit.jupiter junit-jupiter-engine -- cgit 1.2.3-korg