diff options
author | wasala <przemyslaw.wasala@nokia.com> | 2018-04-18 15:21:56 +0200 |
---|---|---|
committer | wasala <przemyslaw.wasala@nokia.com> | 2018-04-20 11:26:33 +0200 |
commit | 5fbcb6344672167e7d1dbf28ecbea3b8f55732fb (patch) | |
tree | db250db6d3b99c386eb44966b0ecd2010f2355ad /pom.xml | |
parent | b3a974ed7dccb1fc29b8bef2a1112bb78abe3197 (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 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -410,6 +410,13 @@ <version>${immutable.version}</version> </dependency> <dependency> + <groupId>io.projectreactor</groupId> + <artifactId>reactor-bom</artifactId> + <version>Bismuth-RELEASE</version> + <type>pom</type> + <scope>import</scope> + </dependency> + <dependency> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> <version>${docker.maven.version}</version> |