aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-13 23:14:08 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-13 23:14:08 -0800
commit6e8a96c7e7652b3d1fc709b3c3ccc5f90ffeb623 (patch)
treea956d15687b75e4613bf6b2a6e3c20b335061cf7 /pom.xml
parent6defb061f0718f278e58acf6ee8dabcfa11095eb (diff)
downloadspark-6e8a96c7e7652b3d1fc709b3c3ccc5f90ffeb623.tar.gz
spark-6e8a96c7e7652b3d1fc709b3c3ccc5f90ffeb623.tar.bz2
spark-6e8a96c7e7652b3d1fc709b3c3ccc5f90ffeb623.zip
Fix maven build issues in 2.10 branch
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index aee07c2138..58fc02e029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,6 +498,10 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty</artifactId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>