summaryrefslogtreecommitdiffstats
path: root/feature-session-persistence/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'feature-session-persistence/pom.xml')
-rw-r--r--feature-session-persistence/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/feature-session-persistence/pom.xml b/feature-session-persistence/pom.xml
index 7cdb0e44..0b5e537d 100644
--- a/feature-session-persistence/pom.xml
+++ b/feature-session-persistence/pom.xml
@@ -152,5 +152,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>