Skip to content

Commit

Permalink
Add beans.xml to trellis-api
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Aug 17, 2018
1 parent efc609f commit 33a70f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.gradle
build
/bin/
*/*/docs/
.classpath
.project
.settings/
.DS_Store
**/bin/
6 changes: 6 additions & 0 deletions core/api/src/main/resources/META-INF/beans.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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" version="1.1"
bean-discovery-mode="all">

</beans>

0 comments on commit 33a70f3

Please sign in to comment.