From cb5ad772703ecf40050d58fd9cdfaa59a919af32 Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Mon, 12 Jul 2021 18:50:32 +0200 Subject: [PATCH] Add commons-lang3 dependency for tests --- jdependency.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/jdependency.spec b/jdependency.spec index 50466ed..0e8d265 100644 --- a/jdependency.spec +++ b/jdependency.spec @@ -1,6 +1,6 @@ Name: jdependency Version: 1.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: This project provides an API to analyse class dependencies License: ASL 2.0 URL: http://github.com/tcurdt/%{name} @@ -31,6 +31,8 @@ Summary: API documentation for %{name} %prep %setup -q -n %{name}-%{name}-%{version} %mvn_file : %{name} +# work-around for: https://bugzilla.redhat.com/show_bug.cgi?id=1981486 +%pom_add_dep org.apache.commons:commons-lang3:3.12.0:test # remove maven-compiler-plugin configuration that is broken with Java 11 %pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration' @@ -52,6 +54,10 @@ rm src/test/java/org/vafer/jdependency/DependencyUtilsTestCase.java %license LICENSE.txt %changelog +* Mon Jul 12 2021 Severin Gehwolf - 1.2-12 +- Add commons-lang3 dependency for tests. +- Resolves: RHBZ#1981024 + * Fri Apr 16 2021 Mohan Boddu - 1.2-11 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937