Remove dependency on bcel

This commit is contained in:
Mikolaj Izdebski 2020-04-20 08:56:28 +02:00
parent 8a12cb751c
commit cf9bcf96f2

View File

@ -37,7 +37,6 @@ BuildRequires: mvn(oro:oro)
BuildRequires: mvn(log4j:log4j:1.2.17) BuildRequires: mvn(log4j:log4j:1.2.17)
BuildRequires: mvn(jaxen:jaxen) BuildRequires: mvn(jaxen:jaxen)
BuildRequires: mvn(org.jdom:jdom) BuildRequires: mvn(org.jdom:jdom)
BuildRequires: mvn(org.apache.bcel:bcel)
BuildRequires: mvn(org.apache:apache:pom:) BuildRequires: mvn(org.apache:apache:pom:)
@ -149,7 +148,6 @@ oro:oro \
log4j:log4j:1.2.17 \ log4j:log4j:1.2.17 \
jaxen:jaxen \ jaxen:jaxen \
org.jdom:jdom \ org.jdom:jdom \
org.apache.bcel:bcel \
) )
ant \ ant \
-buildfile build/build.xml \ -buildfile build/build.xml \