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