summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/java-commons-lang-fix-dependency.patch
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2026-01-07 23:16:31 +0100
committerHartmut Goebel <h.goebel@crazy-compilers.com>2026-01-08 12:19:05 +0100
commit004aedb98d97bbf45ffff1a95357acfca37a0666 (patch)
treea41ffedaf5185fc401748db246f6ca4fd757dc02 /gnu/packages/patches/java-commons-lang-fix-dependency.patch
parent08a2d845b79dca4bfccf00b75169260a5d177747 (diff)
gnu: java-commons-lang3: Update to 3.20.0.
* gnu/packages/java.scm (java-commons-lang3): Update to 3.20.0. [source]: Remove patch. * gnu/packages/patches/java-commons-lang-fix-dependency.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Unregister patch. Change-Id: I1d1c75d3e2204f6bc7d1eeaff29349024094d9f4
Diffstat (limited to 'gnu/packages/patches/java-commons-lang-fix-dependency.patch')
-rw-r--r--gnu/packages/patches/java-commons-lang-fix-dependency.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/gnu/packages/patches/java-commons-lang-fix-dependency.patch b/gnu/packages/patches/java-commons-lang-fix-dependency.patch
deleted file mode 100644
index 4e0d42d2edc..00000000000
--- a/gnu/packages/patches/java-commons-lang-fix-dependency.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Prevent java-commons-lang3 from depending on junit-bom when used with
-maven.
-
-From 5c15b04ff9d05235460ea58f303fcf3502a943f2 Mon Sep 17 00:00:00 2001
-From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
-Date: Mon, 13 Jun 2022 09:25:42 +0300
-Subject: [PATCH] pom.xml: Remove dependency on 'junit-bom'
-
----
- pom.xml | 12 ------------
- 1 file changed, 12 deletions(-)
-
-diff --git a/pom.xml b/pom.xml
-index 167a85a47..6cd9be57b 100644
---- a/pom.xml
-+++ b/pom.xml
-@@ -513,18 +513,6 @@
- </contributor>
- </contributors>
-
-- <dependencyManagement>
-- <dependencies>
-- <dependency>
-- <groupId>org.junit</groupId>
-- <artifactId>junit-bom</artifactId>
-- <version>5.7.1</version>
-- <type>pom</type>
-- <scope>import</scope>
-- </dependency>
-- </dependencies>
-- </dependencyManagement>
--
- <!-- Lang should depend on very little -->
- <dependencies>
- <!-- testing -->
---
-2.25.1
-