Open vdancik opened 6 months ago
i remember seeing similar issues a few days ago but the issue resolved itself later but looks like those dependencies are restored later.
can you please give it another try later?
i remember seeing similar issues a few days ago but the issue resolved itself later but looks like those dependencies are restored later.
can you please give it another try later?
I am afraid that the issue did not resolved itself and the dependencies are still missing.
Bug Report Checklist
Description
Unable to deploy Java Play-framework server since it is using a library that is not available in maven anymore. Do you have any suggestion how to bypass this problem?
Here is a problematic library:
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.8.3")
in a generated file https://github.com/broadinstitute/molecular-data-provider/blob/molepro-code-gen/MoleProAPI/java-play-framework-server/project/plugins.sbt
openapi-generator version
OpenAPI declaration file content or url
https://github.com/broadinstitute/molecular-data-provider/blob/master/MoleProAPI/molecular_data_provider.yml
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix