Shade jsoup too

This commit is contained in:
Alexandre Archambault 2017-05-10 02:06:47 +02:00
parent 81bdc4abfb
commit 3a2b253643
2 changed files with 6 additions and 2 deletions

View File

@ -13,7 +13,12 @@ lazy val core = crossProject
scalaXmlIfNecessary,
libs ++= Seq(
Deps.fastParse % "shaded",
Deps.jsoup
Deps.jsoup % "shaded"
),
shadeNamespaces ++= Set(
"org.jsoup",
"fastparse",
"sourcecode"
),
generatePropertyFile
)

View File

@ -1,5 +1,4 @@
io.get-coursier:coursier_2.11:1.0.0-SNAPSHOT:compile
org.jsoup:jsoup:1.10.2:default
org.scala-lang:scala-library:2.11.11:default
org.scala-lang.modules:scala-xml_2.11:1.0.6:default
org.scalaz:scalaz-core_2.11:7.2.8:default