Skip to content

Commit

Permalink
Moved netty to test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmgreaves committed Dec 15, 2016
1 parent 5bb803f commit 315dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/SharedBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ object SharedBuild {
"com.twitter" % "parquet-avro" % parquetVer,
"com.twitter" % "parquet-hadoop" % parquetVer,
"com.twitter" % "parquet-column" % parquetVer,
"io.netty" % "netty" % "3.6.2.Final",
// Testing
"io.netty" % "netty" % "3.6.2.Final" % Test, // should be included /w 'spark-testing-base'
"com.holdenkarau" %% "spark-testing-base" % s"${sparkVer}_0.4.7" % Test
)

Expand Down

0 comments on commit 315dde7

Please sign in to comment.