summaryrefslogtreecommitdiffstats
path: root/container-accesslogging/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-02-21 13:57:36 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-02-21 13:59:44 +0100
commit6f770eab5d40183214caf575e445605abb309962 (patch)
treededae9fbed15db0e253e45f0e38b85a1cf1a8de5 /container-accesslogging/pom.xml
parentdbebc35581a75d713fd83d4d7d3fd2591e777de5 (diff)
Improve test assertions for LogFileHandlerTestCase
Diffstat (limited to 'container-accesslogging/pom.xml')
-rw-r--r--container-accesslogging/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-accesslogging/pom.xml b/container-accesslogging/pom.xml
index 803a3513052..59dabba9efe 100644
--- a/container-accesslogging/pom.xml
+++ b/container-accesslogging/pom.xml
@@ -65,6 +65,11 @@
<artifactId>jackson-databind</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>