[BAEL-4284] AbstractMethodError

This commit is contained in:
Kai Yuan
2020-10-21 22:39:43 +02:00
parent 29dd214247
commit 9f9f0c40f5
2 changed files with 31 additions and 0 deletions
@@ -17,6 +17,14 @@
</parent>
<dependencies>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.191</version>
<scope>test</scope>
</dependency>
<!-- test scoped -->
<dependency>
<groupId>org.assertj</groupId>