Modify `META-INF/MANIFEST.MF` to have something similar framework: ``` Manifest-Version: 1.0 Implementation-Title: spring-core Implementation-Version: 6.0.0-SNAPSHOT Automatic-Module-Name: spring.core Created-By: 17.0.4 (Oracle Corporation) Dependencies: jdk.unsupported ``` boot: ``` Manifest-Version: 1.0 Automatic-Module-Name: spring.boot.autoconfigure Build-Jdk-Spec: 17 Built-By: Spring Implementation-Title: Spring Boot AutoConfigure Implementation-Version: 3.0.0-SNAPSHOT ``` uses.