You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: