summaryrefslogtreecommitdiffstats
path: root/utils-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'utils-test/pom.xml')
-rw-r--r--utils-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils-test/pom.xml b/utils-test/pom.xml
index f9b314f6..31a27367 100644
--- a/utils-test/pom.xml
+++ b/utils-test/pom.xml
@@ -38,6 +38,11 @@
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-classic</artifactId>
+ <version>${logback.version}</version>
+ </dependency>
</dependencies>
<build>