[
https://issues.apache.org/jira/browse/AURORA-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13943606#comment-13943606
]
Jake Farrell commented on AURORA-132:
-------------------------------------
[~kevints] AURORA-145 and the initial patch you have for this have a lot of
overlap with removing the same files. Can you please include the following to
close out AURORA-145 with your patch for the new quartz scheduler
{code}
--- a/build.gradle
+++ b/build.gradle
@@ -182,14 +182,15 @@ dependencies {
compile 'com.twitter.common:net-util:0.0.68'
compile 'com.twitter.common:quantity:0.0.57'
compile 'com.twitter.common:stats:0.0.85'
- compile 'com.twitter.common:testing-easymock:0.0.2'
compile 'com.twitter.common:thrift:0.0.63'
compile 'com.twitter.common:util-executor-service-shutdown:0.0.43'
- compile 'com.twitter.common:util-system-mocks:0.0.58'
compile 'com.twitter.common:util-templating:0.0.19'
compile 'com.twitter.common:util-testing:0.0.7'
compile 'com.twitter.common:util:0.0.87'
- compile 'com.twitter.common:zookeeper-testing:0.0.40'
+
+ testCompile 'com.twitter.common:testing-easymock:0.0.2'
+ testCompile 'com.twitter.common:util-system-mocks:0.0.58'
+ testCompile 'com.twitter.common:zookeeper-testing:0.0.40'
testCompile 'junit:junit:4.10'
{code}
Abandoned review for AURORA-145: https://reviews.apache.org/r/17818/
> Restore cron functionality with license-compatible library
> ----------------------------------------------------------
>
> Key: AURORA-132
> URL: https://issues.apache.org/jira/browse/AURORA-132
> Project: Aurora
> Issue Type: Story
> Components: Scheduler
> Reporter: Kevin Sweeney
> Assignee: Kevin Sweeney
>
> Currently the only open-source cron module is the NoopCronModule, which
> depends on an external triggering source. Restore cron functionality
> (including internal triggering) in a license-compatible way.
--
This message was sent by Atlassian JIRA
(v6.2#6252)