Drop test dependencies
This commit is contained in:
parent
c7ba820a76
commit
6c17e444c4
1 changed files with 7 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: xmlstreambuffer
|
||||
Version: 1.5.9
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Stream Based Representation for XML Infoset
|
||||
License: BSD
|
||||
|
||||
|
|
@ -12,9 +12,7 @@ Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
|||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml.woodstox:woodstox-core)
|
||||
BuildRequires: mvn(jakarta.activation:jakarta.activation-api)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(org.jvnet.staxex:stax-ex)
|
||||
|
|
@ -37,6 +35,9 @@ pushd streambuffer
|
|||
%pom_remove_plugin :buildnumber-maven-plugin
|
||||
%pom_remove_plugin :glassfish-copyright-maven-plugin
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
|
||||
%pom_remove_dep "com.fasterxml.woodstox:woodstox-core"
|
||||
%pom_remove_dep "junit:junit"
|
||||
popd
|
||||
|
||||
|
||||
|
|
@ -59,6 +60,9 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 14 2021 Dogtag PKI Team <pki-devel@redhat.com> - 1.5.9-4
|
||||
- Drop test dependencies
|
||||
|
||||
* Fri Jun 04 2021 Dogtag PKI Team <pki-devel@redhat.com> - 1.5.9-3
|
||||
- Disable tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue