Closed efgpinto closed 5 months ago
@ennru @octonato see https://github.com/lightbend/kalix-jvm-sdk/pull/2141/commits/0324807deebb1041cbeea7e69be9cd05386f7d15 ... all junit deps removed, CI still happy. Those dependencies must be being included transitively on the testkit.
Confirmed:
[INFO] \- io.kalix:kalix-spring-boot-starter-test:jar:1.4.1-21-458f55cd-dev:test
[INFO] \- io.kalix:kalix-java-sdk-spring-testkit:jar:1.4.1-21-458f55cd-dev:test
[INFO] +- io.kalix:kalix-java-sdk-protobuf-testkit:jar:1.4.1-21-458f55cd-dev:test
[INFO] | +- junit:junit:jar:4.13.2:test
[INFO] | | \- org.hamcrest:hamcrest-core:jar:2.2:test
[INFO] | +- org.junit.jupiter:junit-jupiter:jar:5.10.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-api:jar:5.10.2:test
[INFO] | | | +- org.opentest4j:opentest4j:jar:1.3.0:test
[INFO] | | | \- org.junit.platform:junit-platform-commons:jar:1.10.2:test
[INFO] | | +- org.junit.jupiter:junit-jupiter-params:jar:5.10.2:test
[INFO] | | \- org.junit.jupiter:junit-jupiter-engine:jar:5.10.2:test
[INFO] | +- org.junit.vintage:junit-vintage-engine:jar:5.10.2:test
[INFO] | | +- org.junit.platform:junit-platform-engine:jar:1.10.2:test**
I think we are good then.
Close #2140
This PR: