From 6aa97d5a3a6395bd198c60989bba9f60508c3435 Mon Sep 17 00:00:00 2001 From: David Syer Date: Tue, 27 Oct 2009 19:24:15 +0000 Subject: [PATCH] RESOLVED - issue SPR-6038: HSQLDB+Quarz using data source causes "Unexpected token: FOR in statement " exception Missing ivy dependency --- org.springframework.context.support/ivy.xml | 1 + org.springframework.context.support/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/org.springframework.context.support/ivy.xml b/org.springframework.context.support/ivy.xml index ff5ace4c1b..9e06792793 100644 --- a/org.springframework.context.support/ivy.xml +++ b/org.springframework.context.support/ivy.xml @@ -45,6 +45,7 @@ + diff --git a/org.springframework.context.support/pom.xml b/org.springframework.context.support/pom.xml index 715d963791..55b12cafbb 100644 --- a/org.springframework.context.support/pom.xml +++ b/org.springframework.context.support/pom.xml @@ -26,6 +26,12 @@ 1.6.2 true + + hsqldb + hsqldb + 1.8.0.10 + test + javax.activation activation