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.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>