I'm using org.testcontainers:postgresql:1.11.3 dependency and it has no Automatic-Module-Name manifest attribute. It leads to module name conflict, as module name for the dependency is just postgres.
Please add this attribute to all published artifacts. For postgresql it can be smth like testcontainers.postgresql.
I'm using
org.testcontainers:postgresql:1.11.3dependency and it has noAutomatic-Module-Namemanifest attribute. It leads to module name conflict, as module name for the dependency is justpostgres.Please add this attribute to all published artifacts. For postgresql it can be smth like
testcontainers.postgresql.