diff --git a/readme.md b/readme.md index b68471c..3e2d66b 100644 --- a/readme.md +++ b/readme.md @@ -2,31 +2,6 @@ Simplify all of your background code execution using CDI. -## Quick Start - -To use Seam Cron in your Maven project, include the following dependencies in your pom: - - - org.jboss.seam.cron - seam-cron-api - 3.1.0-SNAPSHOT - compile - - - - org.jboss.seam.cron - seam-cron-scheduling-{quartz/queuej/timerservice} - 3.1.0-SNAPSHOT - runtime - - - - org.jboss.seam.cron - seam-cron-asynchronous-{quartz/queuej/threads} - 3.1.0-SNAPSHOT - runtime - - ## Elegant Scheduling. Seam Cron is a CDI portable extension which allows you to @@ -169,6 +144,31 @@ the skillpower to get it done, then please fork this project and submit a pull request. Alternatively submit a feature request or bug report over at JIRA: https://issues.jboss.org/browse/SEAMCRON +## Quick Start + +To use Seam Cron in your Maven project, include the following dependencies in your pom: + + + org.jboss.seam.cron + seam-cron-api + 3.1.0-SNAPSHOT + compile + + + + org.jboss.seam.cron + seam-cron-scheduling-{quartz/queuej/timerservice} + 3.1.0-SNAPSHOT + runtime + + + + org.jboss.seam.cron + seam-cron-asynchronous-{quartz/queuej/threads} + 3.1.0-SNAPSHOT + runtime + + ## Building From Source: ### Prerequisites: