Open Arondc opened 9 months ago
If a project uses a database related starter (e.g. spring-boot-starter-data-jpa, spring-boot-starter-data-jdbc, ...) and also modulith is configured during project setup there are two modulith dependencies in the resulting pom/gradle file.
The 2nd one always seems to contain the 1st one as a transient dependency, so it could be ommited during project setup.
This has no bigger impact on the project setup (nothing breaks as far as I see it) it just feels a bit strange.
I'll have a look.
Any news on this, @odrotbohm ? Should I take a look?
If a project uses a database related starter (e.g. spring-boot-starter-data-jpa, spring-boot-starter-data-jdbc, ...) and also modulith is configured during project setup there are two modulith dependencies in the resulting pom/gradle file.
The 2nd one always seems to contain the 1st one as a transient dependency, so it could be ommited during project setup.
This has no bigger impact on the project setup (nothing breaks as far as I see it) it just feels a bit strange.