switching to cdi completely

This commit is contained in:
2019-02-13 14:03:32 +01:00
parent ef7d4bb99e
commit 01629c7283
14 changed files with 86 additions and 157 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<Context>
<Resource name="BeanManager" auth="Container"
type="javax.enterprise.inject.api.BeanManager"
factory="org.jboss.weld.resources.ManagerObjectFactory" />
</Context>

View File