INT-1103: Added XML support for JdbcMessageStore

This commit is contained in:
David Syer
2010-05-06 08:19:29 +00:00
parent 02946f9543
commit 1365b3785c
8 changed files with 115 additions and 27 deletions

View File

@@ -49,6 +49,12 @@
<artifactId>derby</artifactId>
<version>10.5.3.0_1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>