removed com.sun.faces:* dependencies
This commit is contained in:
parent
73a2adc5a8
commit
91c3d1af00
@ -15,8 +15,6 @@ BuildRequires: mvn(junit:junit)
|
|||||||
BuildRequires: mvn(org.apache.bcel:bcel)
|
BuildRequires: mvn(org.apache.bcel:bcel)
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: mvn(javax.el:el-api)
|
BuildRequires: mvn(javax.el:el-api)
|
||||||
BuildRequires: mvn(com.sun.faces:jsf-api)
|
|
||||||
BuildRequires: mvn(com.sun.faces:jsf-impl)
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -33,9 +31,13 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n classloader-leak-prevention-%{name}-%{version}
|
%setup -q -n classloader-leak-prevention-%{name}-%{version}
|
||||||
|
|
||||||
rm -r classloader-leak-prevention
|
rm -r classloader-leak-prevention
|
||||||
cp -r %{name}/* .
|
cp -r %{name}/* .
|
||||||
|
|
||||||
|
%pom_remove_dep com.sun.faces:jsf-api
|
||||||
|
%pom_remove_dep com.sun.faces:jsf-impl
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
Loading…
Reference in New Issue
Block a user