Add commons-lang3 dependency for tests
This commit is contained in:
parent
222c7c0b59
commit
cb5ad77270
@ -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 <sgehwolf@redhat.com> - 1.2-12
|
||||
- Add commons-lang3 dependency for tests.
|
||||
- Resolves: RHBZ#1981024
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2-11
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user