[Minor] li.strolch.persistence.impl was renamed to .xml

This commit is contained in:
Robert von Burg 2013-10-25 07:39:12 +02:00
parent 42e3173153
commit 1cb07f1dd3
1 changed files with 6 additions and 1 deletions

View File

@ -98,7 +98,7 @@
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.persistence.impl</artifactId>
<artifactId>li.strolch.persistence.xml</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
@ -106,6 +106,11 @@
<artifactId>li.strolch.runtime</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>ch.eitchnet</groupId>