Added CronSequenceGenerator. CronTrigger now delegates to the generator, and thus we no longer have a dependency on quartz.

This commit is contained in:
Mark Fisher
2008-10-07 14:19:13 +00:00
parent 05d9528024
commit 71b17fa8a4
6 changed files with 571 additions and 20 deletions

View File

@@ -26,7 +26,6 @@
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.5.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.5.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.5.A" conf="test->runtime"/>
<dependency org="com.opensymphony.quartz" name="com.springsource.org.quartz" rev="1.6.0" conf="compile->runtime"/>
</dependencies>
</ivy-module>