Skip to content

Commit

Permalink
Add httpcore dependency to solve classpath issues (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
nntnag17 authored and akshayrai committed Nov 17, 2017
1 parent 35d06d9 commit 8b46933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ object Dependencies {
"org.jmockit" % "jmockit" % "1.23" % Test,
"org.scala-lang.modules" %% "scala-async" % "0.9.5",
"org.apache.httpcomponents" % "httpclient" % "4.5.2",
"org.apache.httpcomponents" % "httpcore" % "4.4.4",
"org.scalatest" %% "scalatest" % "3.0.0" % Test

) :+ sparkExclusion
Expand Down

0 comments on commit 8b46933

Please sign in to comment.