Skip to content

Commit f481e72

Browse files
authored
Create beans.xml
1 parent 4642b94 commit f481e72

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

resteasy/hello/beans.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd"
4+
bean-discovery-mode="all" version="2.0">
5+
</beans>

0 commit comments

Comments
 (0)