Remove HSQLDB dependency from Batch Starter
This commit removes HSQLDB dependency from Batch Starter as most apps that use Spring Batch will prefer to use a RDBMS of their choice to store batch metadata. Additionally, explicit spring-jdbc dependency has been replaced with JDBC Starter dependency. See gh-6081pull/6084/merge
parent
08dd71a0d7
commit
8e2e493946
@ -1 +1 @@
|
||||
provides: spring-batch
|
||||
provides: spring-batch-core
|
Loading…
Reference in New Issue