aboutsummaryrefslogtreecommitdiff
path: root/assembly/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'assembly/pom.xml')
-rw-r--r--assembly/pom.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index bdb3880649..7d123fb1d7 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -40,14 +40,6 @@
<deb.user>root</deb.user>
</properties>
- <repositories>
- <!-- A repository in the local filesystem for the Py4J JAR, which is not in Maven central -->
- <repository>
- <id>lib</id>
- <url>file://${project.basedir}/lib</url>
- </repository>
- </repositories>
-
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
@@ -84,11 +76,6 @@
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>net.sf.py4j</groupId>
- <artifactId>py4j</artifactId>
- <version>0.8.1</version>
- </dependency>
</dependencies>
<build>