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
Typically doing that is fine because junit is normally scoped to testing, and users can be free to choose their version as ours won't be included transitively into their builds. However we have a testing module which has junit as a normally-scoped dep: https://github.com/fnproject/fdk-java/blob/master/testing/pom.xml#L25-L29
We should support users wanting to use JUnit 5, and we should also track JUnit releases.
The text was updated successfully, but these errors were encountered:
We set our JUnit version to 4.12 here https://github.com/fnproject/fdk-java/blob/master/pom.xml#L31
Typically doing that is fine because junit is normally scoped to
testing
, and users can be free to choose their version as ours won't be included transitively into their builds. However we have atesting
module which has junit as a normally-scoped dep: https://github.com/fnproject/fdk-java/blob/master/testing/pom.xml#L25-L29We should support users wanting to use JUnit 5, and we should also track JUnit releases.
The text was updated successfully, but these errors were encountered: