[Project] added dependency management of li.strolch.testbase

This commit is contained in:
Robert von Burg 2013-10-24 21:46:19 +02:00
parent ebc7115565
commit 42e3173153
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@
<artifactId>li.strolch.model</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.testbase</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.persistence.api</artifactId>