File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
spring-integration-jdbc/src/test/java/org/springframework/integration/jdbc/store Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ ext {
102
102
springDataVersion = project. hasProperty(' springDataVersion' ) ? project. springDataVersion : ' 2020.0.0-SNAPSHOT'
103
103
springKafkaVersion = ' 2.6.0'
104
104
springRetryVersion = ' 1.3.0'
105
- springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.4.0-RC1 '
105
+ springSecurityVersion = project. hasProperty(' springSecurityVersion' ) ? project. springSecurityVersion : ' 5.4.0'
106
106
springVersion = project. hasProperty(' springVersion' ) ? project. springVersion : ' 5.3.0-SNAPSHOT'
107
107
springWsVersion = ' 3.0.9.RELEASE'
108
108
tomcatVersion = " 9.0.37"
Original file line number Diff line number Diff line change 12
12
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
13
13
http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd" >
14
14
15
- <jdbc : embedded-database id =" dataSource" type =" DERBY " />
15
+ <jdbc : embedded-database id =" dataSource" type =" H2 " />
16
16
17
17
<jdbc : initialize-database ignore-failures =" DROPS" >
18
- <jdbc : script location =" org/springframework/integration/jdbc/schema-drop-derby .sql" />
19
- <jdbc : script location =" org/springframework/integration/jdbc/schema-derby .sql" />
18
+ <jdbc : script location =" org/springframework/integration/jdbc/schema-drop-h2 .sql" />
19
+ <jdbc : script location =" org/springframework/integration/jdbc/schema-h2 .sql" />
20
20
</jdbc : initialize-database >
21
21
22
22
<int-jdbc : message-store id =" messageStore" data-source =" dataSource" />
Original file line number Diff line number Diff line change 11
11
http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
12
12
http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx.xsd" >
13
13
14
- <jdbc : embedded-database id =" dataSource" type =" DERBY " />
14
+ <jdbc : embedded-database id =" dataSource" type =" H2 " />
15
15
16
16
<jdbc : initialize-database ignore-failures =" DROPS" >
17
- <jdbc : script location =" org/springframework/integration/jdbc/schema-drop-derby .sql" />
18
- <jdbc : script location =" org/springframework/integration/jdbc/schema-derby .sql" />
17
+ <jdbc : script location =" org/springframework/integration/jdbc/schema-drop-h2 .sql" />
18
+ <jdbc : script location =" org/springframework/integration/jdbc/schema-h2 .sql" />
19
19
</jdbc : initialize-database >
20
20
21
21
<int-jdbc : message-store id =" messageStore"
You can’t perform that action at this time.
0 commit comments