[Major] removed project li.strolch.persistence.api

Moved all classes to li.strolch.runtime
This commit is contained in:
Robert von Burg 2014-01-10 16:50:14 +01:00
parent 407ce80eec
commit 11403a8d21
2 changed files with 0 additions and 5 deletions

View File

@ -40,10 +40,6 @@
<groupId>li.strolch</groupId>
<artifactId>li.strolch.runtime</artifactId>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.persistence.api</artifactId>
</dependency>
<dependency>
<groupId>ch.eitchnet</groupId>

View File

@ -38,7 +38,6 @@ import ch.eitchnet.xmlpers.api.PersistenceTransaction;
/**
* @author Robert von Burg <eitch@eitchnet.ch>
*
*/
public class XmlPersistenceHandler extends StrolchComponent implements PersistenceHandler {