Skip to content

Commit

Permalink
Adds beans.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa committed Oct 22, 2017
1 parent 39241fe commit 0db4f14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/beans.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
bean-discovery-mode="annotated">
</beans>

0 comments on commit 0db4f14

Please sign in to comment.