forked from pool/antlr-maven-plugin
This commit is contained in:
parent
cfacaed50e
commit
cb88c8636d
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package antlr-maven-plugin
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -39,8 +39,8 @@ BuildRequires: mvn(org.apache.commons:commons-exec)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
||||
BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven:maven-project)
|
||||
BuildRequires: mvn(org.codehaus.modello:modello-maven-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-i18n)
|
||||
@ -67,6 +67,8 @@ This package contains the API documentation for %{name}.
|
||||
%patch3 -p1 -b .fixnpe
|
||||
%patch4 -p1
|
||||
|
||||
%pom_change_dep :maven-project :maven-core:3.9.3
|
||||
|
||||
# reporting eventually pulls in another antlr and we'd break with weird errors
|
||||
%pom_xpath_inject "pom:dependency[pom:artifactId[text()='maven-reporting-impl']]/pom:exclusions" "
|
||||
<exclusion>
|
||||
|
Loading…
x
Reference in New Issue
Block a user