aboutsummaryrefslogtreecommitdiffstats
path: root/standardization/moher-api/metrics/pom.xml
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-05-30 09:58:19 +0200
committerFilip Krzywka <filip.krzywka@nokia.com>2019-06-03 10:09:05 +0200
commitd907c2636bf32979dea48348e41487685f776fc4 (patch)
tree68188706f15ef8841c110a6c7939063f6f7b1b6a /standardization/moher-api/metrics/pom.xml
parentda54f3e4c7e825908ef332e7913e1c4eb4fa82d1 (diff)
Bind default metrics to registry in monitoring SDK
Change-Id: I074d28355eebe1dfb04e9dff1cc9580e68f10f2b Issue-ID: DCAEGEN2-1522 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'standardization/moher-api/metrics/pom.xml')
-rw-r--r--standardization/moher-api/metrics/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/standardization/moher-api/metrics/pom.xml b/standardization/moher-api/metrics/pom.xml
index fd0c9678..7c5a499f 100644
--- a/standardization/moher-api/metrics/pom.xml
+++ b/standardization/moher-api/metrics/pom.xml
@@ -42,6 +42,10 @@
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
<dependency>
<groupId>io.projectreactor</groupId>
@@ -49,6 +53,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>