aboutsummaryrefslogtreecommitdiffstats
path: root/prh-app-server/pom.xml
diff options
context:
space:
mode:
authorwasala <przemyslaw.wasala@nokia.com>2018-04-18 15:21:56 +0200
committerwasala <przemyslaw.wasala@nokia.com>2018-04-20 11:26:33 +0200
commit5fbcb6344672167e7d1dbf28ecbea3b8f55732fb (patch)
treedb250db6d3b99c386eb44966b0ecd2010f2355ad /prh-app-server/pom.xml
parentb3a974ed7dccb1fc29b8bef2a1112bb78abe3197 (diff)
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 <przemyslaw.wasala@nokia.com>
Diffstat (limited to 'prh-app-server/pom.xml')
-rw-r--r--prh-app-server/pom.xml10
1 files changed, 10 insertions, 0 deletions
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 @@
</resources>
<exposes>
<expose>8100</expose>
+ <expose>8433</expose>
</exposes>
<imageTags>
<imageTag>${project.version}-SNAPSHOT-${maven.build.timestamp}Z</imageTag>
@@ -135,6 +136,10 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-core</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</dependency>
@@ -175,6 +180,11 @@
<!--TESTS DEPENDENCIES -->
<dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>