Skip to content

Commit

Permalink
Fixed issue Unable to use MongoJobRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
José Mejía committed Jan 16, 2017
1 parent a0a36c7 commit 686c011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Release 1.0.0.RC3 (CURRENT SNAPSHOT)

**Bugfixes:**
* **[edison-mongo]** Fixed issue Unable to use MongoJobRepository


## Release 1.0.0.RC2

**Bugfixes:**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import static org.slf4j.LoggerFactory.getLogger;

@Configuration
@ConditionalOnClass(name = "de.otto.edison.mongo.jobs.configuration.JobConfiguration")
@ConditionalOnClass(name = "de.otto.edison.jobs.configuration.JobsConfiguration")
public class MongoJobsConfiguration {

private static final Logger LOG = getLogger(MongoJobsConfiguration.class);
Expand Down

0 comments on commit 686c011

Please sign in to comment.