Add objectweb-asm to classpath

This commit is contained in:
Mikolaj Izdebski 2012-11-01 11:25:59 +01:00
parent b35ff7a5fc
commit 31522b39fe

View File

@ -2,7 +2,7 @@
Name: maven Name: maven
Version: 3.0.4 Version: 3.0.4
Release: 17%{?dist} Release: 18%{?dist}
Summary: Java project management and project comprehension tool Summary: Java project management and project comprehension tool
Group: Development/Tools Group: Development/Tools
@ -66,6 +66,7 @@ BuildRequires: maven-site-plugin
BuildRequires: maven-surefire-plugin BuildRequires: maven-surefire-plugin
BuildRequires: maven-surefire-provider-junit4 BuildRequires: maven-surefire-provider-junit4
BuildRequires: mojo-parent BuildRequires: mojo-parent
BuildRequires: objectweb-asm
BuildRequires: plexus-containers-component-metadata >= 1.5.5 BuildRequires: plexus-containers-component-metadata >= 1.5.5
BuildRequires: plexus-containers-container-default BuildRequires: plexus-containers-container-default
BuildRequires: sisu >= 2.1.1-2 BuildRequires: sisu >= 2.1.1-2
@ -245,7 +246,7 @@ install -dm 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/lib
plexus/interpolation plexus/plexus-sec-dispatcher plexus/utils \ plexus/interpolation plexus/plexus-sec-dispatcher plexus/utils \
sisu/sisu-inject-bean sisu/sisu-inject-plexus maven-wagon/file \ sisu/sisu-inject-bean sisu/sisu-inject-plexus maven-wagon/file \
maven-wagon/http-lightweight maven-wagon/http-shared maven-wagon/provider-api \ maven-wagon/http-lightweight maven-wagon/http-shared maven-wagon/provider-api \
xbean/xbean-reflect xerces-j2 atinject aopalliance cglib slf4j xbean/xbean-reflect xerces-j2 atinject aopalliance cglib slf4j objectweb-asm
# dependency of our resolver # dependency of our resolver
mkdir ext/ mkdir ext/
build-jar-repository -s -p ext/ xml-commons-apis build-jar-repository -s -p ext/ xml-commons-apis
@ -380,6 +381,9 @@ ln -sf `rpm --eval '%%{_jnidir}'` %{_datadir}/%{name}/repository-jni/JPP
%changelog %changelog
* Thu Nov 1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-18
- Add objectweb-asm to classpath
* Thu Nov 1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-17 * Thu Nov 1 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.4-17
- Add aopalliance, cglib, slf4j to classpath - Add aopalliance, cglib, slf4j to classpath