Removed javax.el:el-api dependency
This commit is contained in:
parent
9e79f2c2f7
commit
446a7b11b5
@ -13,9 +13,6 @@ BuildArch: noarch
|
|||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(org.apache.bcel:bcel)
|
BuildRequires: mvn(org.apache.bcel:bcel)
|
||||||
%if %{with tests}
|
|
||||||
BuildRequires: mvn(javax.el:el-api)
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Stand-alone test framework for detecting and/or verifying the existence or
|
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-api
|
||||||
%pom_remove_dep com.sun.faces:jsf-impl
|
%pom_remove_dep com.sun.faces:jsf-impl
|
||||||
|
%pom_remove_dep javax.el:el-api
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
Loading…
Reference in New Issue
Block a user