Skip to content

Commit

Permalink
Detail Plume integration
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Nov 26, 2016
1 parent 49b6542 commit ab4dfeb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,11 @@ then install the jobs in your application module:
install(new GuiceSchedulerModule());
bind(ScheduledJobs.class).asEagerSingleton();
```
Moreover, [Plume Services](https://github.com/Coreoz/Plume/tree/master/plume-services)
must be in your classpath:
```xml
<dependency>
<groupId>com.coreoz</groupId>
<artifactId>plume-services</artifactId>
</dependency
```

0 comments on commit ab4dfeb

Please sign in to comment.