aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2020-12-15 11:19:51 +0100
committerKrzysztof Gajewski <krzysztof.gajewski@nokia.com>2020-12-30 11:51:40 +0100
commit42c23b6bfa5e55c8eb5be890de34b94e907ebe89 (patch)
tree87b3f080a6da1e3360c7ef7ceb3031793ca1f07d /pom.xml
parent4da3abb16bf2063a949f0bc4a48af2fac9c46ba5 (diff)
Add HTTP as new protocol to collect files from xNFs
- HTTP basic auth included - small code refactoring related to the task Issue-ID: DCAEGEN2-2527 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I13ec80e996861e14d2c561087c4af3b34d861030
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 023f4678..8fb44432 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
<spring-boot.version>2.4.0</spring-boot.version>
<commons-io.version>1.3.2</commons-io.version>
<commons-net.version>3.3</commons-net.version>
+ <projectreactor.version>2020.0.2</projectreactor.version>
<!-- LOGGING SETTINGS -->
<slf4j.version>1.7.25</slf4j.version>
@@ -71,7 +72,7 @@
<!-- Plugin versions -->
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
- <docker-maven-plugin.version>1.1.1</docker-maven-plugin.version>
+ <docker-maven-plugin.version>1.2.1</docker-maven-plugin.version>
<git-commit-id-plugin.version>2.2.4</git-commit-id-plugin.version>
<sonar.coverage.jacoco.xmlReportPaths>
${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
@@ -229,6 +230,13 @@
<artifactId>springfox-swagger-ui</artifactId>
<version>${springfox.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-bom</artifactId>
+ <version>${projectreactor.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
</dependencies>
</dependencyManagement>