diff options
author | Piotr Wielebski <piotr.wielebski@nokia.com> | 2019-04-01 13:11:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-01 13:11:13 +0000 |
commit | 087a6ef92e53452faaaee0872ad5183b08268c30 (patch) | |
tree | 8558648e9c2cb75c5d346560d03ddce9fd1a6e91 /sources/hv-collector-configuration/pom.xml | |
parent | bf318abbdccd73ff8df65eba777d94be66082e54 (diff) | |
parent | 6725abbaa6249e107126ffd5ec58f2a96ce60eee (diff) |
Merge "Move ConfigurationProvider to config module"
Diffstat (limited to 'sources/hv-collector-configuration/pom.xml')
-rw-r--r-- | sources/hv-collector-configuration/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sources/hv-collector-configuration/pom.xml b/sources/hv-collector-configuration/pom.xml index 792b9eaa..b6ec4ca2 100644 --- a/sources/hv-collector-configuration/pom.xml +++ b/sources/hv-collector-configuration/pom.xml @@ -77,7 +77,10 @@ <groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId> <artifactId>cbs-client</artifactId> </dependency> - + <dependency> + <groupId>io.projectreactor.addons</groupId> + <artifactId>reactor-extra</artifactId> + </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> |