Use implicit maven toolchains

This commit is contained in:
Marian Koncek 2023-08-10 16:14:22 +02:00
parent 3c26246788
commit 9b1f4b36c5

View File

@ -2,7 +2,7 @@
Name: plexus-cipher
Version: 2.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Plexus Cipher: encryption/decryption Component
License: Apache-2.0
# project moved to GitHub and it looks like there is no official website anymore
@ -13,9 +13,9 @@ ExclusiveArch: %{java_arches} noarch
Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap-openjdk8
BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local-openjdk8
BuildRequires: maven-local
BuildRequires: mvn(javax.inject:javax.inject)
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
@ -43,6 +43,9 @@ Plexus Cipher: encryption/decryption Component
%license LICENSE.txt NOTICE.txt
%changelog
* Thu Aug 10 2023 Marian Koncek <mkoncek@redhat.com> - 2.0-5
- Use implicit maven toolchains
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild