From 81679b6327747d924a2194ab907e21d71d7ad2af Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Oct 21 2013 11:48:28 +0000 Subject: Add dependencies of wagon-http-shaded to plexus.core - Remove objectweb-asm from plexus.core --- diff --git a/maven.spec b/maven.spec index 5dadf3f..9e0a76f 100644 --- a/maven.spec +++ b/maven.spec @@ -1,6 +1,6 @@ Name: maven Version: 3.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java project management and project comprehension tool Group: Development/Tools @@ -32,7 +32,9 @@ BuildRequires: aether-util >= 1:0 BuildRequires: aether-transport-wagon >= 1:0 BuildRequires: aopalliance BuildRequires: apache-commons-cli +BuildRequires: apache-commons-codec BuildRequires: apache-commons-jxpath +BuildRequires: apache-commons-logging BuildRequires: apache-resource-bundles BuildRequires: atinject BuildRequires: buildnumber-maven-plugin @@ -40,6 +42,8 @@ BuildRequires: cglib BuildRequires: easymock3 BuildRequires: google-guice >= 3.0 BuildRequires: hamcrest +BuildRequires: httpcomponents-core +BuildRequires: httpcomponents-client BuildRequires: jsr-305 BuildRequires: junit BuildRequires: maven-assembly-plugin @@ -54,7 +58,6 @@ BuildRequires: maven-site-plugin BuildRequires: maven-surefire-plugin BuildRequires: maven-surefire-provider-junit4 BuildRequires: maven-wagon >= 2.5-2 -BuildRequires: objectweb-asm BuildRequires: plexus-cipher BuildRequires: plexus-classworlds BuildRequires: plexus-containers-component-annotations @@ -173,13 +176,11 @@ ln -sf $(build-classpath plexus/classworlds) \ (cd %{buildroot}%{_datadir}/%{name}/lib build-jar-repository -s -p . \ aether/aether-api \ - aether/aether-connector-basic \ + aether/aether-connector-basic aether/aether-transport-wagon \ aether/aether-impl \ aether/aether-spi \ aether/aether-util \ - aether/aether-transport-wagon \ aopalliance \ - objectweb-asm \ cdi-api \ commons-cli \ guava \ @@ -199,6 +200,11 @@ ln -sf $(build-classpath plexus/classworlds) \ maven-wagon/file \ maven-wagon/http-shaded \ maven-wagon/provider-api \ + \ + httpcomponents/httpclient \ + httpcomponents/httpcore \ + commons-logging \ + commons-codec \ ) @@ -220,6 +226,10 @@ ln -sf $(build-classpath plexus/classworlds) \ %changelog +* Mon Oct 21 2013 Mikolaj Izdebski - 3.1.1-2 +- Add dependencies of wagon-http-shaded to plexus.core +- Remove objectweb-asm from plexus.core + * Mon Oct 7 2013 Mikolaj Izdebski - 3.1.1-1 - Update to upstream version 3.1.1 - Remove patch for MNG-5503 (included upstream)