aboutsummaryrefslogtreecommitdiffstats
path: root/common-logging/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'common-logging/pom.xml')
-rw-r--r--common-logging/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/common-logging/pom.xml b/common-logging/pom.xml
index 1fef17a1..a87d31a1 100644
--- a/common-logging/pom.xml
+++ b/common-logging/pom.xml
@@ -67,6 +67,11 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<scope>test</scope>