Sync from SUSE:SLFO:Main plexus-sec-dispatcher revision 0fe851a21c2b1d377ffdf22d1c34504e
This commit is contained in:
parent
8354416242
commit
13850562e8
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 16 05:04:40 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Unnecessary dependency on plexus-containers-container-default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 17:34:05 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add dependency on plexus-xml where relevant
|
||||
* this will be needed for smooth upgrade to plexus-utils 4.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 15:45:19 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-sec-dispatcher
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,9 +34,9 @@ BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: javapackages-local >= 6
|
||||
BuildRequires: modello >= 2.0.0
|
||||
BuildRequires: plexus-cipher
|
||||
BuildRequires: plexus-containers-container-default
|
||||
BuildRequires: plexus-metadata-generator
|
||||
BuildRequires: plexus-utils
|
||||
BuildRequires: plexus-xml
|
||||
BuildArch: noarch
|
||||
%if %{with tests}
|
||||
BuildRequires: ant-junit
|
||||
@ -58,9 +58,15 @@ API documentation for %{name}.
|
||||
cp %{SOURCE1} .
|
||||
cp %{SOURCE100} build.xml
|
||||
|
||||
%pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib plexus/utils plexus/plexus-cipher plexus-containers/plexus-container-default javax.inject
|
||||
build-jar-repository -s lib \
|
||||
plexus/utils \
|
||||
plexus/xml \
|
||||
plexus/plexus-cipher \
|
||||
javax.inject
|
||||
%{ant} \
|
||||
%if %{without tests}
|
||||
-Dtest.skip=true \
|
||||
|
Loading…
Reference in New Issue
Block a user