diff options
Diffstat (limited to 'sources/hv-collector-test-utils/pom.xml')
-rw-r--r-- | sources/hv-collector-test-utils/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/hv-collector-test-utils/pom.xml b/sources/hv-collector-test-utils/pom.xml index aebdd654..3c340828 100644 --- a/sources/hv-collector-test-utils/pom.xml +++ b/sources/hv-collector-test-utils/pom.xml @@ -81,5 +81,10 @@ <artifactId>mockito-kotlin</artifactId> <scope>compile</scope> </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <scope>compile</scope> + </dependency> </dependencies> </project>
\ No newline at end of file |