Dominique Leuenberger 2022-04-09 22:41:58 +00:00 committed by Git OBS Bridge
commit 26db5dbefe
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 8 21:59:29 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Do not require mvn(log4j:log4j) for build (bsc#1197642)
-------------------------------------------------------------------
Tue Nov 5 14:48:45 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package jetty-artifact-remote-resources
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -27,8 +27,7 @@ Source0: %{name}-%{version}.tar.xz
BuildRequires: maven-local
BuildRequires: xz
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
BuildRequires: mvn(org.eclipse.jetty.toolchain:jetty-toolchain:pom:)
#!BuildRequires: mvn(log4j:log4j)
BuildRequires: mvn(org.eclipse.jetty.toolchain:jetty-toolchain:pom:)
BuildArch: noarch
%description