From 85a03ac50d3f7b7ac4c3c8413e59b00c7d2c52da Mon Sep 17 00:00:00 2001 From: Miciele Ghiorghis Date: Thu, 17 Jan 2013 10:01:06 +0100 Subject: [PATCH] Tim-connector: new dependency Quartz scheduler added --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d1f080ef0..f8353fce2 100644 --- a/pom.xml +++ b/pom.xml @@ -289,7 +289,13 @@ 2.5.6 test - + + + org.springframework + spring-context-support + 2.5.6 + + org.springframework.security spring-security-core @@ -772,6 +778,12 @@ jqplot4java 1.2.3-javascript + + + org.quartz-scheduler + quartz + 1.8.0 +