From cf61545f41ef1d46eec1677442ba51529dc8445e Mon Sep 17 00:00:00 2001 From: Philippe Marschall Date: Fri, 2 Oct 2020 18:32:06 +0200 Subject: [PATCH] Add Dependencies Manifest Entry to spring-core Add a Dependencies manifest entry with the value jdk.unsupported to spring-core. --- spring-core/spring-core.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-core/spring-core.gradle b/spring-core/spring-core.gradle index 1cf27c7212..fc7c299e5d 100644 --- a/spring-core/spring-core.gradle +++ b/spring-core/spring-core.gradle @@ -75,6 +75,7 @@ dependencies { jar { reproducibleFileOrder = true preserveFileTimestamps = false // maybe not necessary here, but good for reproducibility + manifest.attributes["Dependencies"] = "jdk.unsupported" // JBoss modules // Inline repackaged cglib classes directly into spring-core jar dependsOn cglibRepackJar