Add Dependencies Manifest Entry to spring-core

Add a Dependencies manifest entry with the value jdk.unsupported to
spring-core.
This commit is contained in:
Philippe Marschall 2020-10-02 18:32:06 +02:00 committed by Juergen Hoeller
parent 8a04910bdd
commit cf61545f41
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ dependencies {
jar { jar {
reproducibleFileOrder = true reproducibleFileOrder = true
preserveFileTimestamps = false // maybe not necessary here, but good for reproducibility 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 // Inline repackaged cglib classes directly into spring-core jar
dependsOn cglibRepackJar dependsOn cglibRepackJar