fixes(spring): use xml schema instead of dtd

also increased xsd to spring version 3.0

fixes #429
This commit is contained in:
Jens Goldhammer
2016-11-26 22:25:01 +01:00
parent 3031b401a2
commit e6394e25b7
11 changed files with 35 additions and 21 deletions

View File

@@ -15,9 +15,10 @@
limitations under the License.
-->
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
<beans>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<bean id="remoteRunnnerWrapper" class="org.alfresco.maven.rad.RemoteRunnerWrapper"/>