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
In Derby 10.17.1.0+, the JDBC driver classes (including EmbeddedDriver) were moved from the main derby artifact to the derbytools artifact. When testLatestDeps=true, Derby gets upgraded to the latest version, causing NoClassDefFoundError for EmbeddedDriver.
Adding derbytools as a testLibrary dependency ensures the driver classes are available in both regular and latest-deps test runs.
0 commit comments