Open graemerocher opened 5 months ago
Currently provided scope dependencies are not included in the native image build for JUnit 5 tests. This is inconsistent with the way mvn test works.
provided
mvn test
To Reproduce
Add a provided scope dependencies then build native image
Expected behavior
All provided scope dependencies should be on the native image classpath for tests (but NOT the native image classpath for runtime)
Currently
provided
scope dependencies are not included in the native image build for JUnit 5 tests. This is inconsistent with the waymvn test
works.To Reproduce
Add a provided scope dependencies then build native image
Expected behavior
All
provided
scope dependencies should be on the native image classpath for tests (but NOT the native image classpath for runtime)