From 8f27e169ae72b1cecb91c6a911e4ded5aeac7005 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Fri, 17 Dec 2010 15:22:06 +0100 Subject: [PATCH] Remove unneeded pom dependencies --- httpcore-nio/pom.xml | 26 ---------------------- httpcore/pom.xml | 26 ---------------------- pom.xml | 58 -------------------------------------------------- 3 files changed, 0 insertions(+), 110 deletions(-) diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml index 7eba598..14aa177 100644 --- a/httpcore-nio/pom.xml +++ b/httpcore-nio/pom.xml @@ -103,24 +103,6 @@ - - com.atlassian.maven.plugins - maven-clover2-plugin - - threaded - 100 - 50% - - - - site - pre-site - - instrument - - - - @@ -146,14 +128,6 @@ - com.atlassian.maven.plugins - maven-clover2-plugin - - 1.5 - - - - org.codehaus.mojo clirr-maven-plugin diff --git a/httpcore/pom.xml b/httpcore/pom.xml index e01f182..c0ca7ed 100644 --- a/httpcore/pom.xml +++ b/httpcore/pom.xml @@ -111,24 +111,6 @@ - - com.atlassian.maven.plugins - maven-clover2-plugin - - threaded - 100 - 50% - - - - site - pre-site - - instrument - - - - @@ -153,14 +135,6 @@ - com.atlassian.maven.plugins - maven-clover2-plugin - - 1.4 - - - - org.codehaus.mojo clirr-maven-plugin diff --git a/pom.xml b/pom.xml index 6305d73..45e5e2c 100644 --- a/pom.xml +++ b/pom.xml @@ -91,21 +91,6 @@ - maven-notice-plugin - org.apache.httpcomponents - - - attach-notice-license - - generate - - - - - Apache HttpComponents - - - maven-source-plugin @@ -166,49 +151,6 @@ - com.agilejava.docbkx - docbkx-maven-plugin - - - org.docbook - docbook-xml - 4.4 - runtime - - - - index.xml - true - true - src/docbkx/resources/xsl/fopdf.xsl - src/docbkx/resources/xsl/html_chunk.xsl - css/hc-tutorial.css - - - version - ${project.version} - - - - - - - - - - - - - - - - - - - - - - maven-resources-plugin -- 1.7.3.3