From 57856937ecda13e0e90c059821a2203e0ebc8362786d9de5e2a5c03adcc5222a Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 2 Apr 2024 17:40:01 +0000 Subject: [PATCH] Accepting request 1164191 from Java:packages:test Depend on plexus-xml OBS-URL: https://build.opensuse.org/request/show/1164191 OBS-URL: https://build.opensuse.org/package/show/Java:packages/maven-file-management?expand=0&rev=10 --- maven-file-management.changes | 6 ++++++ maven-file-management.spec | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/maven-file-management.changes b/maven-file-management.changes index 0039d9b..07bbc79 100644 --- a/maven-file-management.changes +++ b/maven-file-management.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 2 17:25:06 UTC 2024 - Fridrich Strba + +- Add dependency on plexus-xml where relevant + * this will be needed for smooth upgrade to plexus-utils 4.0.0 + ------------------------------------------------------------------- Wed Sep 6 18:53:17 UTC 2023 - Fridrich Strba diff --git a/maven-file-management.spec b/maven-file-management.spec index 74e11f3..776b3a7 100644 --- a/maven-file-management.spec +++ b/maven-file-management.spec @@ -1,7 +1,7 @@ # # spec file for package maven-file-management # -# 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,6 +34,7 @@ BuildRequires: maven-shared-utils BuildRequires: modello >= 2.0.0 BuildRequires: plexus-containers-container-default BuildRequires: plexus-utils +BuildRequires: plexus-xml BuildRequires: unzip BuildArch: noarch @@ -51,6 +52,8 @@ API documentation for %{name}. %setup -q -n file-management-%{version} cp %{SOURCE1} build.xml +%pom_add_dep org.codehaus.plexus:plexus-xml:3.0.0 + %build mkdir -p lib build-jar-repository -s lib \ @@ -58,7 +61,8 @@ build-jar-repository -s lib \ maven-shared-io/maven-shared-io \ maven-shared-utils/maven-shared-utils \ plexus-containers/plexus-container-default \ - plexus/utils + plexus/utils \ + plexus/xml %{ant} \ jar javadoc