From 404981c659baddd9cd75c97961414625a24fd8b7 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Mon, 16 Sep 2024 18:42:17 +0200 Subject: [PATCH] build: remove Automatic-Module-Name from JAR manifest We do provide a module-info already, so we should remove ths artifact from the Java 8 days. --- CHANGELOG.md | 3 +++ pom.xml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345beb2..aa4fd32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file. ## unreleased +### Fixed +* Remove `Automatic-Module-Name` from JAR manifest + ### Dependencies * Updated Jackson dependency to 2.17.2 diff --git a/pom.xml b/pom.xml index 75a5a4d..d4a2386 100644 --- a/pom.xml +++ b/pom.xml @@ -105,9 +105,6 @@ true true - - de.stklcode.pubtrans.juraclient -