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
apply migrate-stateless-ejb(adds spring-boot-starter-data-jpa again to resolve @Transactional)
BuildFile bf = retrieveBuildFile();
bf.addDependency(Dependency.builder()); // e.g. add `foo:bar:1.0`
bf.addDependency(Dependency.builder()); // e.g. add `foo:bar:1.0` again
will add the dependency foo:bar:1.0 twice
The text was updated successfully, but these errors were encountered:
Currently, the implementation will add a dependency with compile scope when the same dependency already exists with test scope. It should merge these dependencies and set the state accordingly (or throw exception?)
in #455
Uh oh!
There was an error while loading. Please reload this page.
To reproduce:
apply migrate-jpa-...
(addsspring-boot-starter-data-jpa
)apply migrate-stateless-ejb
(addsspring-boot-starter-data-jpa
again to resolve@Transactional
)will add the dependency
foo:bar:1.0
twiceThe text was updated successfully, but these errors were encountered: