From dfb6ce227d9d5c876bb7bd497ce6ce79847f2dc4 Mon Sep 17 00:00:00 2001 From: Marcelo Vanzin Date: Tue, 13 May 2014 17:04:24 -0700 Subject: [PATCH] Fix dep exclusion: avro-ipc, not avro, depends on netty. --- pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4d4c5f63e44a3..786b6d4984d86 100644 --- a/pom.xml +++ b/pom.xml @@ -496,18 +496,16 @@ org.apache.avro avro ${avro.version} - - - io.netty - netty - - org.apache.avro avro-ipc ${avro.version} + + io.netty + netty + org.mortbay.jetty jetty