aboutsummaryrefslogtreecommitdiff
path: root/network/common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'network/common/pom.xml')
-rw-r--r--network/common/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/network/common/pom.xml b/network/common/pom.xml
index e4b43a0a7c..58d09f0361 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -80,6 +80,11 @@
<artifactId>scalatest_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>