File tree Expand file tree Collapse file tree
standalone/src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <beans
3- xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
4- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
6- bean-discovery-mode =" all" >
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_1_1.xsd"
4+ version =" 1.1" bean-discovery-mode =" all" >
75 <alternatives >
86 <class >je7hb.standalone.alternatives.XenoniqueFoodProcessor</class >
97 </alternatives >
Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ sourceSets {
4343}
4444
4545
46- // 'org.apache.deltaspike.modules:deltaspike-test-control-module-api:1.5.2'
47-
4846// See also https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html
4947test {
5048 // jvmArgs '-XX:MaxPermSize=768m'
Original file line number Diff line number Diff line change 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_1_1.xsd"
4+ version =" 1.1" bean-discovery-mode =" all" >
5+ </beans >
You can’t perform that action at this time.
0 commit comments