Open danischroeter opened 3 years ago
You might be missing some specific version of log4j? Do you have any machine-specific plugins you use for example to load things into IDEs?
I already checked that log4j is downloaded and present (coursier dir). I also already disabled all custom plugins but without any change...
hi there
until today scalaxb worked fine for me but (I really have no idea why) it started failing today with
The same sbt build works on our buildsystem and for my colleagues. The exact same project worked for me before. I already redownloaded all dependencies etc.
Additionally adding
libraryDependencies += "log4j" % "log4j" % "1.2.17"
to my build also did not help. But log4j should be needed anyway only for the plugin to run.