michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
248 stars 203 forks source link

about mongo-java-driver #122

Closed balajinima closed 8 years ago

balajinima commented 8 years ago

hi ,I am confused with mongodb-driver and mongo-java-driver, what is the differences, spring-boot-starter-data-mongodb use mongodb-driver . if i use quartz-mongodb can i depand it ?

pwojnowski commented 8 years ago

According to mongo-java-driver#binaries mongo-java-driver contains core driver (mongodb-driver) and BSON classes - quartz-mongodb is using both.

IMHO if they are in the same versions then there should be no problem.

balajinima commented 8 years ago

thanks a lot