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 - - - - - - - -