Apache IVY error message? : impossible to get artifacts when data has not been loaded

后端 未结 2 1255
离开以前
离开以前 2021-01-17 10:35

hey all, I\'m getting the following error when trying to build a project via SBT in scala

[info] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
java.         


        
相关标签:
2条回答
  • 2021-01-17 10:41

    I saw this recently with a junit dependency and it kind of drove me nuts trying to fix it. In my case I had to remove the "test" scope from the dependency declaration (in this case in SBT with Scala).

    Anyway, hope it helps someone.

    0 讨论(0)
  • 2021-01-17 10:56

    Seems that this is related to IVY-987 and should be fixed in ivy 2.1.0-RC1.

    0 讨论(0)
提交回复
热议问题