Added CronSequenceGenerator. CronTrigger now delegates to the generator, and thus we no longer have a dependency on quartz.
This commit is contained in:
@@ -5,8 +5,7 @@ Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
org.springframework.*;version="[2.5.5.A, 3.0.0)",
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
org.aopalliance.*;version="[1.0.0,2.0.0)",
|
||||
org.quartz.*;version="[1.6.0, 2.0.0)";resolution:=optional
|
||||
org.aopalliance.*;version="[1.0.0,2.0.0)"
|
||||
Unversioned-Imports:
|
||||
org.w3c.dom
|
||||
|
||||
|
||||
Reference in New Issue
Block a user