Obtain the TaskRepositoryInitializer from the Default Configurer

Added tests during merge

Updated to set proper version
This commit is contained in:
mrbq
2018-10-06 15:13:01 +02:00
committed by Glenn Renfro
parent 04393bca17
commit 2ca9a38fa9
5 changed files with 112 additions and 3 deletions

View File

@@ -77,6 +77,12 @@
<artifactId>hibernate-validator</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>