aboutsummaryrefslogtreecommitdiffstats
path: root/standardization/moher-api/metrics/pom.xml
diff options
context:
space:
mode:
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