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
247 stars 199 forks source link

POM gives 401 #222

Open ahmed-adly-khalil opened 2 years ago

ahmed-adly-khalil commented 2 years ago

Hello, the POM file here https://dl.bintray.com/michaelklishin/maven/com/novemberain/quartz-mongodb/2.2.0-rc2/quartz-mongodb-2.2.0-rc2.pom gives 401 and we are unable to build, any ideas?

dantovalphas commented 2 years ago

Same, here obtain 403

rmvids commented 2 years ago

Same. here

I solved add `

jcenter https://jcenter.bintray.com/ ` > > >
dantovalphas commented 2 years ago

Same. here

I solved add <repositories> <repository> <id>jcenter</id> <url>https://jcenter.bintray.com/</url> </repository> </repositories>

Yes, that's it, should close the issue and edit the repository readme

Hetal-G commented 1 year ago

It worked for me