On 17.09.2018 02:44, Leonard Brünings wrote:
Hi,
the switch to fine grained artifacts with groovy-2.5 made it harder to
consistently mange package versions.
Many projects offer a bom pom
(https://www.baeldung.com/spring-maven-bom), that manages all the
packages so users of maven have to jus
Hi,
as I said, it needs to be in the dependencyManagement section, to be
importable into the dependencyManagement of another pom.
You can add groovy-all to dependencyManagement, but that only affects
the version of the artifact itself not the version of its transitive
dependencies, which can be af
Hi,
it seems that 2.5.3 introduced some additional checks that causes these
exceptions:
|java.lang.IllegalAccessError: Update to static final field
spock.util.concurrent.PollingConditionsSpec.$const$0 attempted from a
different method (__$swapInit) than the initializer method at
spock.util.concu