Closed graphex closed 7 years ago
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: nl.stormlantern#dockertestkit_2.11;0.2.0: several problems occurred while resolving dependency: nl.stormlantern#dockertestkit_2.11;0.2.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]}:
[warn] java.text.ParseException: [[Fatal Error] ivy-0.2.0.xml.original:2:3: The markup in the document preceding the root element must be well-formed. in file:<home>/.ivy2/cache/nl.stormlantern/dockertestkit_2.11/ivy-0.2.0.xml.original]
[warn] java.text.ParseException: [[Fatal Error] ivy-0.2.0.xml.original:2:3: The markup in the document preceding the root element must be well-formed. in file:<home>/.ivy2/cache/nl.stormlantern/dockertestkit_2.11/ivy-0.2.0.xml.original]
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
The stripped content of ivy-0.2.0.xml.original
:
<!doctype html>
<!--[if IE 9]><html class="lt-ie10" lang="en" ><![endif]-->
<html class="no-js" lang="en">
...
<title>Bintray - Sign In To JFrog Bintray</title>
...
</html>
Hi Graphex. Could be a bug that hit me earlier. Seems that SBT release does not understand "it" scope and treats it like "compile", therefore adding integration testing dependencies to the main package. See: https://github.com/sbt/sbt/issues/1380 Will look into it.
@nonsleepr & @graphex Created 0.2.1 release that should fix this. Could you please verify?
@dlouwers 0.2.1 works for me.
@dlouwers 0.2.1 seems to fix the issue for me as well, thanks!
Seems like 0.2.0 was working for some after it was published, but now I can't include the dependency without getting this error:
(also happens when compiling for scala 2.12)