Missing dependency in deployment for ShiroTest fixed

Former-commit-id: ab7cea8227
embedded-to-json
Jens Pelzetter 2020-05-23 17:08:02 +02:00
parent 85fabbf29e
commit 047aaf0645
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ public class ShiroTest {
.addClass(
org.libreccm.testutils.dbunit.PgSqlJsonbType.class
)
.addClass(org.libreccm.hibernate.AbstractCcmJsonUserType.class)
.addAsLibraries(getModuleDependencies())
.addAsResource("test-persistence.xml",
"META-INF/persistence.xml")