diff --git a/assertj-core.spec b/assertj-core.spec index 52704cb..090a3f4 100644 --- a/assertj-core.spec +++ b/assertj-core.spec @@ -2,7 +2,7 @@ Name: assertj-core Version: 3.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library of assertions similar to fest-assert License: ASL 2.0 @@ -14,8 +14,6 @@ BuildArch: noarch BuildRequires: maven-local BuildRequires: mvn(junit:junit) BuildRequires: mvn(net.bytebuddy:byte-buddy) -BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin) -BuildRequires: mvn(org.beanshell:bsh) BuildRequires: mvn(org.hamcrest:hamcrest) BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api) BuildRequires: mvn(org.opentest4j:opentest4j) @@ -47,6 +45,7 @@ This package provides API documentation for %{name}. %pom_remove_plugin :bnd-maven-plugin %pom_remove_plugin :bnd-resolver-maven-plugin %pom_remove_plugin :jacoco-maven-plugin +%pom_remove_plugin :maven-antrun-plugin %pom_remove_plugin :maven-dependency-plugin %pom_remove_plugin :maven-enforcer-plugin %pom_remove_plugin :maven-jar-plugin @@ -80,6 +79,9 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths} %changelog +* Wed May 13 2020 Fabio Valentini - 3.16.1-2 +- Fix artifact generation by removing antrun plugin again. + * Tue May 12 2020 Fabio Valentini - 3.16.1-1 - Update to version 3.16.1.