diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-06-03 14:20:40 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-06-12 09:41:01 +0000 |
commit | 3d6feef167f8e8eb716312599132c41dd89457cb (patch) | |
tree | 0a3b8b8f7371a0d655fff0146dd70080098f5102 /standardization/moher-api/healthstate/pom.xml | |
parent | 6c2951519650779c019431f990b22b71feb220dc (diff) |
Monitoring API - write framework adapters
Change-Id: Iaba9c4ef6022d01c1f572055316700a3a4dfa8f2
Issue-ID: DCAEGEN2-1589
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'standardization/moher-api/healthstate/pom.xml')
-rw-r--r-- | standardization/moher-api/healthstate/pom.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/standardization/moher-api/healthstate/pom.xml b/standardization/moher-api/healthstate/pom.xml index d6cf46be..a4036288 100644 --- a/standardization/moher-api/healthstate/pom.xml +++ b/standardization/moher-api/healthstate/pom.xml @@ -33,4 +33,23 @@ <artifactId>dcaegen2-sdk-moher-healthstate</artifactId> + <dependencies> + <dependency> + <groupId>io.vavr</groupId> + <artifactId>vavr + </artifactId> + </dependency> + <dependency> + <groupId>org.immutables</groupId> + <artifactId>value</artifactId> + </dependency> + <dependency> + <groupId>org.immutables</groupId> + <artifactId>gson</artifactId> + </dependency> + <dependency> + <groupId>io.projectreactor</groupId> + <artifactId>reactor-core</artifactId> + </dependency> + </dependencies> </project>
\ No newline at end of file |