Use implicit maven toolchains
This commit is contained in:
parent
e42cbcf9e5
commit
60fd390428
@ -2,7 +2,7 @@
|
||||
|
||||
Name: plexus-containers
|
||||
Version: 2.1.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Containers for Plexus
|
||||
# Most of the files are either under Apache-2.0 or MIT
|
||||
# The following files are under xpp:
|
||||
@ -18,9 +18,9 @@ Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Source2: LICENSE.MIT
|
||||
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap-openjdk8
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local-openjdk8
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.google.guava:guava)
|
||||
BuildRequires: mvn(com.thoughtworks.qdox:qdox)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
@ -123,6 +123,9 @@ rm plexus-component-metadata/src/test/java/org/codehaus/plexus/metadata/DefaultC
|
||||
%license LICENSE-2.0.txt LICENSE.MIT
|
||||
|
||||
%changelog
|
||||
* Thu Aug 10 2023 Marian Koncek <mkoncek@redhat.com> - 2.1.1-5
|
||||
- Use implicit maven toolchains
|
||||
|
||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user