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
Fix MailboxServiceShadedIT for shaded dropwizard deps (#1724)
* Don't load dropwizard dependency for shaded osgi tests
* Remove com.codahale.metrics import from shaded jar manifest and add javax.management (required by dropwizard)
* Separate osgi tests into shaded and non-shaded to each compile with respective version of driver-code
* Move common osgi test harness to separate subproject, osgi-unshaded and osgi-shaded depend on osgi-common sources which they recompile with the respective version of the driver-core jar
---------
Co-authored-by: Bret McGuire <[email protected]>
0 commit comments