Removed javax.el:el-api dependency

This commit is contained in:
Ondrej Dubaj 2020-08-25 08:43:53 +02:00
parent 9e79f2c2f7
commit 446a7b11b5

View File

@ -13,9 +13,6 @@ BuildArch: noarch
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.bcel:bcel)
%if %{with tests}
BuildRequires: mvn(javax.el:el-api)
%endif
%description
Stand-alone test framework for detecting and/or verifying the existence or
@ -37,6 +34,7 @@ cp -r %{name}/* .
%pom_remove_dep com.sun.faces:jsf-api
%pom_remove_dep com.sun.faces:jsf-impl
%pom_remove_dep javax.el:el-api
%build
%if %{with tests}