From 77d3e2508364efebcd8d3abd37739b0ebaa6a540 Mon Sep 17 00:00:00 2001 From: fjy Date: Thu, 27 Feb 2014 15:24:12 -0800 Subject: [PATCH] remove useless module --- indexing-common/pom.xml | 86 ----------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 indexing-common/pom.xml diff --git a/indexing-common/pom.xml b/indexing-common/pom.xml deleted file mode 100644 index 8dfbae7bfb5..00000000000 --- a/indexing-common/pom.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - 4.0.0 - io.druid - druid-indexing-common - druid-indexing-common - Druid Indexing Common - - - io.druid - druid - 0.6.57-SNAPSHOT - - - - - io.druid - druid-server - ${project.parent.version} - - - - com.metamx - java-util - - - - - junit - junit - test - - - - - - - maven-jar-plugin - - - - true - true - - - - - - maven-shade-plugin - - - package - - shade - - - - ${project.build.directory}/${project.artifactId}-${project.version}-selfcontained.jar - - - - - - - -