From b679601406f1b9afd5c561d3e64353c55915a7d8 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Wed, 11 Oct 2023 18:38:03 -0700 Subject: [PATCH] Drop inclusion of "Automatic-Module-Name" --- VERSION.txt | 1 + pom.xml | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index f311baf..273e09e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -6,6 +6,7 @@ Release notes: 1.7.0 (not yet released) #75: Move JDK baseline to Java 8 +- Remove `Automatic-Module-Name` since we provide proper module-info 1.6.0 (10-Oct-2023) diff --git a/pom.xml b/pom.xml index ffb9af2..00acd7b 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,6 @@ com.fasterxml.classmate.*;version=${project.version} com.fasterxml.classmate.util.* - - com.fasterxml.classmate @@ -89,17 +87,6 @@ com.fasterxml.classmate.*;version=${project.version} - - - org.apache.felix - maven-bundle-plugin - - - ${jdk.module.name} - - - - maven-compiler-plugin