Contains Spring configuration to start an in-memory HSQL database and creates a suitable DataSource for test purposes.
'org.openwms:org.openwms.core.infrastructure.hsql:1.0'
<dependency>
<groupId>org.openwms</groupId>
<artifactId>org.openwms.core.infrastructure.hsql</artifactId>
<version>1.0</version>
</dependency>
<dependency org="org.openwms" name="org.openwms.core.infrastructure.hsql" rev="1.0"/>
"org.openwms", "org.openwms.core.infrastructure.hsql", "1.0"