Fridrich Strba 2019-11-21 16:37:49 +00:00 committed by Git OBS Bridge
parent 06b09cabda
commit 7e1dd8f0dd
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 21 16:33:35 UTC 2019 - Fridrich Strba <fstrba@suse.com>
- Fix build with maven-invoker-3.0.1 that has a new dependency
on maven-shared-utils
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 7 13:50:06 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com> Mon Oct 7 13:50:06 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package maven # spec file for package maven-javadoc-plugin
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -58,6 +58,7 @@ BuildRequires: maven-invoker
BuildRequires: maven-lib BuildRequires: maven-lib
BuildRequires: maven-plugin-annotations BuildRequires: maven-plugin-annotations
BuildRequires: maven-reporting-api BuildRequires: maven-reporting-api
BuildRequires: maven-shared-utils
BuildRequires: maven-wagon-provider-api BuildRequires: maven-wagon-provider-api
BuildRequires: objectweb-asm BuildRequires: objectweb-asm
BuildRequires: plexus-archiver BuildRequires: plexus-archiver
@ -159,6 +160,7 @@ build-jar-repository -s lib \
maven/maven-settings \ maven/maven-settings \
maven-plugin-tools/maven-plugin-annotations \ maven-plugin-tools/maven-plugin-annotations \
maven-reporting-api/maven-reporting-api \ maven-reporting-api/maven-reporting-api \
maven-shared-utils/maven-shared-utils \
maven-wagon/provider-api \ maven-wagon/provider-api \
objectweb-asm/asm \ objectweb-asm/asm \
org.eclipse.sisu.inject \ org.eclipse.sisu.inject \