mirror of https://github.com/sbt/sbt.git
Shade jsoup too
This commit is contained in:
parent
81bdc4abfb
commit
3a2b253643
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue