Added additional integration test provided by Fabio Heer
[hibernate4-maven-plugin] / src / it / multimodule / ejb / src / main / resources / META-INF / beans.xml
diff --git a/src/it/multimodule/ejb/src/main/resources/META-INF/beans.xml b/src/it/multimodule/ejb/src/main/resources/META-INF/beans.xml
new file mode 100644 (file)
index 0000000..aa055f3
--- /dev/null
@@ -0,0 +1,7 @@
+<?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="annotated">
+</beans>