[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:36 +01:00
parent 6a4d04fa18
commit 963cbdad6c
3 changed files with 8 additions and 4 deletions

View File

@ -35,6 +35,10 @@
<artifactId>li.strolch.bom</artifactId>
<type>pom</type>
</dependency>
<dependency>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.persistence.xml</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>

View File

@ -56,7 +56,7 @@
<Role name="PrivilegeAdmin" />
<Role name="AppUser">
<Privilege name="li.strolch.service.Service" policy="DefaultPrivilege">
<Privilege name="li.strolch.service.api.Service" policy="DefaultPrivilege">
<AllAllowed>true</AllAllowed>
</Privilege>
</Role>
@ -65,7 +65,7 @@
</Role>
<Role name="OnlyGreetingServiceRole">
<Privilege name="li.strolch.service.Service" policy="DefaultPrivilege">
<Privilege name="li.strolch.service.api.Service" policy="DefaultPrivilege">
<Allow>li.strolch.service.test.GreetingService</Allow>
</Privilege>
</Role>

View File

@ -10,8 +10,8 @@
</Runtime>
<Component>
<name>ServiceHandler</name>
<api>li.strolch.service.ServiceHandler</api>
<impl>li.strolch.service.DefaultServiceHandler</impl>
<api>li.strolch.service.api.ServiceHandler</api>
<impl>li.strolch.service.api.DefaultServiceHandler</impl>
<Properties>
<verbose>true</verbose>
</Properties>