jakartaee / rest

Jakarta RESTful Web Services
Other
354 stars 114 forks source link

Set explicit versions for compiler and surefire plugins #1046

Closed spericas closed 2 years ago

spericas commented 2 years ago

These were dropped together with the profiles of the various JDK's and can result on a Maven warning (see pipeline) or worse failure to compile if picking up an old surefire version (was able to reproduce this locally).

Requesting fast track.

Signed-off-by: Santiago Pericasgeertsen santiago.pericasgeertsen@oracle.com