【发布时间】:2019-08-12 16:09:47
【问题描述】:
[error] (*:update) sbt.ResolveException: unresolved dependency: com.atlassian.sal#sal-api;${sal.version}: not found
[error] unresolved dependency: com.atlassian.event#atlassian-event;${event.version}: not found
任何方式为提供的传递依赖提供版本?
当您尝试添加 https://mvnrepository.com/artifact/com.atlassian.jira/jira-rest-java-client-core?repo=atlassian-public 依赖项并编译项目时,它可以在任何 playframework 应用程序中轻松重现。
https://github.com/sanjeevpande/play-jira-client 带有示例播放应用程序的存储库。 “play compile”会报错。
【问题讨论】:
标签: playframework sbt jira jira-rest-api jira-rest-java-api