From 8f42621d7ba09912e5733ecca7f9894a4b46c0c2 Mon Sep 17 00:00:00 2001 From: Tathagata Das Date: Fri, 22 Aug 2014 20:22:15 -0700 Subject: [PATCH] Added Flume sink exclusions back, and added netty to test dependencies --- external/flume-sink/pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/external/flume-sink/pom.xml b/external/flume-sink/pom.xml index 2733ba2cbaad3..19192e40a7dc3 100644 --- a/external/flume-sink/pom.xml +++ b/external/flume-sink/pom.xml @@ -38,11 +38,31 @@ org.apache.flume flume-ng-sdk 1.4.0 + + + io.netty + netty + + + org.apache.thrift + libthrift + + org.apache.flume flume-ng-core 1.4.0 + + + io.netty + netty + + + org.apache.thrift + libthrift + + org.scala-lang @@ -53,6 +73,18 @@ scalatest_${scala.binary.version} test + + + io.netty + netty + 3.4.0.Final + test + target/scala-${scala.binary.version}/classes