Skip to content

Commit

Permalink
workaround for ronmamo/reflections#169
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Mar 26, 2019
1 parent 2f629fc commit 5a95132
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/Dependencies.scala
Expand Up @@ -59,7 +59,9 @@ object Dependencies {
val sprayJson = Compile.sprayJson % "test"
val gson = "com.google.code.gson" % "gson" % "2.8.5" % "test"
val jacksonXml = "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % jacksonVersion % "test" // ApacheV2
val reflections = "org.reflections" % "reflections" % "0.9.11" % "test" // WTFPL

// workaround for https://github.com/ronmamo/reflections/issues/169
val reflections = "org.reflections" % "reflections" % "0.9.11" % "test" artifacts(Artifact("reflections", "", "jar")) // WTFPL
}

object Test {
Expand Down

0 comments on commit 5a95132

Please sign in to comment.