aboutsummaryrefslogtreecommitdiff
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
parent6defb061f0718f278e58acf6ee8dabcfa11095eb (diff)
downloadspark-6e8a96c7e7652b3d1fc709b3c3ccc5f90ffeb623.tar.gz
spark-6e8a96c7e7652b3d1fc709b3c3ccc5f90ffeb623.tar.bz2
spark-6e8a96c7e7652b3d1fc709b3c3ccc5f90ffeb623.zip
Fix maven build issues in 2.10 branch
-rw-r--r--examples/pom.xml2
-rw-r--r--pom.xml4
2 files changed, 5 insertions, 1 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 97f6dfea66..e16b1c80aa 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -87,7 +87,7 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.apache.kafka</groupId>
+ <groupId>com.sksamuel.kafka</groupId>
<artifactId>kafka_2.10</artifactId>
<version>0.8.0-beta1</version>
<exclusions>
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>