rezaagungp opened a new pull request #1207: URL: https://github.com/apache/incubator-datalab/pull/1207
when I try to run command `mvn clean install -DskipTests -U` the Bintray repositories returning `Forbidden` response and there is information in Bintray the repositories will be sunset. when I try to run with maven central there is response response ``` [ERROR] Failed to execute goal on project self-service: Could not resolve dependencies for project com.epam.datalab:self-service:jar:1.0: Could not find artifact com.novemberain:quartz-mongodb:jar:2.1.0 in central (https://repo.maven.apache.org/maven2) -> [Help 1] ``` So I change the repositories to Jitpack based on discussion on Github https://github.com/michaelklishin/quartz-mongodb/issues/217#issuecomment-861451719 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
