From 9e01dcc6446f8648e61062f8afe62589b9d4b5ab Mon Sep 17 00:00:00 2001 From: Reynold Xin Date: Sun, 28 Feb 2016 17:25:07 -0800 Subject: [SPARK-13529][BUILD] Move network/* modules into common/network-* ## What changes were proposed in this pull request? As the title says, this moves the three modules currently in network/ into common/network-*. This removes one top level, non-user-facing folder. ## How was this patch tested? Compilation and existing tests. We should run both SBT and Maven. Author: Reynold Xin Closes #11409 from rxin/SPARK-13529. --- network/shuffle/pom.xml | 101 ------------------------------------------------ 1 file changed, 101 deletions(-) delete mode 100644 network/shuffle/pom.xml (limited to 'network/shuffle/pom.xml') diff --git a/network/shuffle/pom.xml b/network/shuffle/pom.xml deleted file mode 100644 index 810ec10ca0..0000000000 --- a/network/shuffle/pom.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - - - 4.0.0 - - org.apache.spark - spark-parent_2.11 - 2.0.0-SNAPSHOT - ../../pom.xml - - - org.apache.spark - spark-network-shuffle_2.11 - jar - Spark Project Shuffle Streaming Service - http://spark.apache.org/ - - network-shuffle - - - - - - org.apache.spark - spark-network-common_${scala.binary.version} - ${project.version} - - - - org.fusesource.leveldbjni - leveldbjni-all - 1.8 - - - - com.fasterxml.jackson.core - jackson-databind - - - - com.fasterxml.jackson.core - jackson-annotations - - - - - org.slf4j - slf4j-api - provided - - - com.google.guava - guava - - - - - org.apache.spark - spark-network-common_${scala.binary.version} - ${project.version} - test-jar - test - - - org.apache.spark - spark-test-tags_${scala.binary.version} - - - log4j - log4j - test - - - org.mockito - mockito-core - test - - - - - target/scala-${scala.binary.version}/classes - target/scala-${scala.binary.version}/test-classes - - -- cgit v1.2.3