diff --git a/projectName-domain/src/test/resources/test-context.xml b/projectName-domain/src/test/resources/test-context.xml index 78f586ae..d4d74a6d 100644 --- a/projectName-domain/src/test/resources/test-context.xml +++ b/projectName-domain/src/test/resources/test-context.xml @@ -1,11 +1,21 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:context="http://www.springframework.org/schema/context" + xsi:schemaLocation=" + http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd + "> + + + + +