Add dependency on commons-lang3
Related: RHEL-71062
This commit is contained in:
parent
9aba74e52a
commit
509b1837c8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: maven-dependency-plugin
|
Name: maven-dependency-plugin
|
||||||
Version: 3.6.1
|
Version: 3.6.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Plugin to manipulate, copy and unpack local and remote artifacts
|
Summary: Plugin to manipulate, copy and unpack local and remote artifacts
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://maven.apache.org/plugins/%{name}
|
URL: https://maven.apache.org/plugins/%{name}
|
||||||
@ -72,6 +72,8 @@ find src -name '*.java' -exec sed -i 's/\r//' {} +
|
|||||||
%pom_change_dep :commons-collections4 commons-collections:commons-collections
|
%pom_change_dep :commons-collections4 commons-collections:commons-collections
|
||||||
sed -i '/import org.apache.commons.collections4/s/4//' src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeDuplicateMojo.java
|
sed -i '/import org.apache.commons.collections4/s/4//' src/main/java/org/apache/maven/plugins/dependency/analyze/AnalyzeDuplicateMojo.java
|
||||||
|
|
||||||
|
%pom_add_dep org.apache.commons:commons-lang3:3.17.0
|
||||||
|
|
||||||
# Tests which require eclipse
|
# Tests which require eclipse
|
||||||
rm src/test/java/org/apache/maven/plugins/dependency/TestGetMojo.java
|
rm src/test/java/org/apache/maven/plugins/dependency/TestGetMojo.java
|
||||||
rm -r src/test/java/org/apache/maven/plugins/dependency/fromDependencies
|
rm -r src/test/java/org/apache/maven/plugins/dependency/fromDependencies
|
||||||
@ -95,6 +97,9 @@ sed -i '/doSpecialTest( "analyze-report" );/d' src/test/java/org/apache/maven/pl
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 23 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.6.1-5
|
||||||
|
- Add dependency on commons-lang3
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.6.1-4
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.6.1-4
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
Loading…
Reference in New Issue
Block a user