Accepting request 1282189 from Java:packages

Add dependency on objectweb-asm to build with sisu 0.9.0.M4

OBS-URL: https://build.opensuse.org/request/show/1282189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-io?expand=0&rev=6
This commit is contained in:
2025-06-03 15:54:02 +00:00
committed by Git OBS Bridge
2 changed files with 14 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 3 08:24:58 UTC 2025 - Fridrich Strba <fstrba@suse.com>
- Add dependency on objectweb-asm to build with sisu 0.9.0.M4
-------------------------------------------------------------------
Thu Jun 13 17:15:03 UTC 2024 - Fridrich Strba <fstrba@suse.com>
+9 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package plexus-io
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -32,6 +32,7 @@ BuildRequires: atinject
BuildRequires: fdupes
BuildRequires: javapackages-local >= 6
BuildRequires: jsr-305
BuildRequires: objectweb-asm
BuildRequires: plexus-utils >= 3.3.0
BuildRequires: sisu-inject
BuildArch: noarch
@@ -54,7 +55,13 @@ cp %{SOURCE2} .
%build
mkdir -p lib
build-jar-repository -s lib atinject org.eclipse.sisu.inject plexus/utils commons-io jsr-305
build-jar-repository -s lib \
atinject \
commons-io \
jsr-305 \
objectweb-asm/asm \
org.eclipse.sisu.inject \
plexus/utils
%{ant} \
jar javadoc