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.
This commit is contained in:
Stefan Kalscheuer 2024-09-16 18:42:17 +02:00
parent 780c3238ff
commit 404981c659
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 3 additions and 3 deletions

@ -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

@ -105,9 +105,6 @@
<addClasspath>true</addClasspath>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Automatic-Module-Name>de.stklcode.pubtrans.juraclient</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>