aboutsummaryrefslogtreecommitdiffstats
path: root/standardization/moher-api/metrics/pom.xml
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2019-05-22 11:44:35 +0200
committerFilip Krzywka <filip.krzywka@nokia.com>2019-05-22 12:32:09 +0200
commit21f6895b4127a6d61e2d6718967bdd1de250eb90 (patch)
treee7e63c4a485cedd8323cdbfa1ba3b1f9c868c11b /standardization/moher-api/metrics/pom.xml
parentc12ea59982286a68aeb9ebc50ed0acd0b0a1140d (diff)
Implement MoHeR metrics module
Change-Id: I988e742d55217e6fbd0f17fa3364d6c4121a6e1d Issue-ID: DCAEGEN2-152 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.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/standardization/moher-api/metrics/pom.xml b/standardization/moher-api/metrics/pom.xml
index 3cfefed6..fd0c9678 100644
--- a/standardization/moher-api/metrics/pom.xml
+++ b/standardization/moher-api/metrics/pom.xml
@@ -33,4 +33,25 @@
<description>MoHeR standardization for providing application metrics</description>
<artifactId>dcaegen2-sdk-moher-metrics</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-registry-prometheus</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>io.projectreactor</groupId>
+ <artifactId>reactor-test</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project> \ No newline at end of file