summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2026-02-22 13:39:12 +0100
committerJulien Lepiller <julien@lepiller.eu>2026-03-18 18:50:19 +0100
commited633bbe88b6babe311d856fd99a81a17381a493 (patch)
treef7c875c52fff51e4038a7d966b8c5fa3fa5cfed5 /gnu/packages/java.scm
parentd78548c68f37fd5097c758449c3f191f6bbf82b8 (diff)
gnu: java-commons-lang3: Fix dependencies.
Although it doesn't fail to build, the new version of lang3 requires a new parent pom version. * gnu/packages/java.scm (java-commons-lang3)[propagated-inputs]: Use apache-commons-parent-pom-92. Change-Id: I7b003606e5403bef6e1e52c9f3e6bd1e22602e6a Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r--gnu/packages/java.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 261340c28f5..73badacf631 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -6238,7 +6238,7 @@ included:
6238 (modify-phases %standard-phases 6238 (modify-phases %standard-phases
6239 (replace 'install (install-from-pom "pom.xml"))))) 6239 (replace 'install (install-from-pom "pom.xml")))))
6240 (propagated-inputs 6240 (propagated-inputs
6241 (list apache-commons-parent-pom-48)) 6241 (list apache-commons-parent-pom-92))
6242 (home-page "https://commons.apache.org/lang/") 6242 (home-page "https://commons.apache.org/lang/")
6243 (synopsis "Extension of the java.lang package") 6243 (synopsis "Extension of the java.lang package")
6244 (description "The Commons Lang components contains a set of Java classes 6244 (description "The Commons Lang components contains a set of Java classes