From 15c98d63155ea37dd39cc0c4bfd66ce7eead5b5e Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sun, 13 Jul 2025 09:22:51 +0200 Subject: [PATCH] Build with OpenJDK 25 --- apache-commons-logging.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-commons-logging.spec b/apache-commons-logging.spec index ba52d78..caaff1e 100644 --- a/apache-commons-logging.spec +++ b/apache-commons-logging.spec @@ -14,7 +14,7 @@ Source0: https://www.apache.org/dist/commons/logging/source/commons-loggi %if %{with bootstrap} BuildRequires: javapackages-bootstrap %else -BuildRequires: maven-local +BuildRequires: maven-local-openjdk25 BuildRequires: mvn(javax.servlet:javax.servlet-api) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) BuildRequires: mvn(org.apache.logging.log4j:log4j-1.2-api)