[Minor] Testbase dependency management is scope test

also added postgresql dependency management
This commit is contained in:
Robert von Burg 2014-03-03 23:33:21 +01:00
parent 13f0bc391d
commit ffc8be7498
1 changed files with 6 additions and 0 deletions

View File

@ -86,12 +86,18 @@
<groupId>li.strolch</groupId>
<artifactId>li.strolch.testbase</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.persistence.xml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.persistence.postgresql</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.agent</artifactId>