File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/integration-tests-spring20/src/test/resources/conf Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ sourceCompatibility = '1.6'
5
5
targetCompatibility = ' 1.6'
6
6
7
7
ext. apacheDsVersion = ' 1.5.5'
8
- ext. springVersion = ' 4.3.4.RELEASE '
8
+ ext. springVersion = ' 4.3.23.BUILD-SNAPSHOT '
9
9
ext. springDataVersion = ' 1.13.18.RELEASE'
10
10
ext. springDataSpring3Version = ' 1.10.2.RELEASE'
11
11
ext. springBatchVersion = ' 2.0.4.RELEASE'
Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://www.springframework.org/schema/beans
5
- https://www.springframework.org/schema/beans/spring-beans.xsd" >
5
+ https://www.springframework.org/schema/beans/spring-beans-2.0 .xsd" >
6
6
7
7
<!--
8
8
This context configuration file defines common beans,
Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi:schemaLocation=" http://www.springframework.org/schema/beans
5
- https://www.springframework.org/schema/beans/spring-beans.xsd" >
5
+ https://www.springframework.org/schema/beans/spring-beans-2.0 .xsd" >
6
6
<import resource =" classpath:/conf/commonTestContext.xml" />
7
7
8
8
<bean id =" contextSource"
You can’t perform that action at this time.
0 commit comments