summaryrefslogtreecommitdiffstats
path: root/security-utils/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-11-27 11:06:56 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-11-27 11:06:56 +0100
commitb0f4447a5f0601b99c612c49b8a433213355acdc (patch)
tree0b7c1aedd345eb4cefa1eda6f5f376421548427e /security-utils/pom.xml
parent1d9f0e4803429ce0e62dae0ec0031d95998381d3 (diff)
Use AssertJ to improve assertions
Diffstat (limited to 'security-utils/pom.xml')
-rw-r--r--security-utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index 6f094f28362..450428c5c14 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -49,6 +49,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>