From 1b6a087805201f652e5dd3de9eb5507a0fee290a Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Fri, 1 Jul 2011 13:07:25 +0200 Subject: [PATCH 1/2] Remove unneeded pom dependencies --- httpcore-nio/pom.xml | 27 ----------------------- httpcore/pom.xml | 27 ----------------------- pom.xml | 58 -------------------------------------------------- 3 files changed, 0 insertions(+), 112 deletions(-) diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml index 2cf3274..1694003 100644 --- a/httpcore-nio/pom.xml +++ b/httpcore-nio/pom.xml @@ -86,24 +86,6 @@ maven-surefire-plugin - - com.atlassian.maven.plugins - maven-clover2-plugin - - threaded - 100 - 50% - - - - site - pre-site - - instrument - - - - @@ -131,15 +113,6 @@ - com.atlassian.maven.plugins - maven-clover2-plugin - ${clover.version} - - 1.5 - - - - org.codehaus.mojo clirr-maven-plugin diff --git a/httpcore/pom.xml b/httpcore/pom.xml index 32eeee4..80d6de9 100644 --- a/httpcore/pom.xml +++ b/httpcore/pom.xml @@ -92,24 +92,6 @@ ${httpcore.surefire.java} - - com.atlassian.maven.plugins - maven-clover2-plugin - - threaded - 100 - 50% - - - - site - pre-site - - instrument - - - - @@ -136,15 +118,6 @@ - com.atlassian.maven.plugins - maven-clover2-plugin - ${clover.version} - - 1.4 - - - - org.codehaus.mojo clirr-maven-plugin diff --git a/pom.xml b/pom.xml index d45ae03..d4083bf 100644 --- a/pom.xml +++ b/pom.xml @@ -91,21 +91,6 @@ - maven-notice-plugin - org.apache.httpcomponents - - - attach-notice-license - - generate - - - - - Apache HttpComponents - - - maven-jar-plugin @@ -179,49 +164,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.5.4