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
Pull Request #52 added support for dynamic runtime dependencies, however it seems that under certain circumstances the original dependency is not evicted in favour of the new dependency:
Per the "direct" usage in #52, I would expect the following to result in the newer dependency ending up in the runtime classpath:
Pull Request #52 added support for dynamic runtime dependencies, however it seems that under certain circumstances the original dependency is not evicted in favour of the new dependency:
Per the "direct" usage in #52, I would expect the following to result in the newer dependency ending up in the runtime classpath:
However the original dependency is still added to the runtime classpath.
The text was updated successfully, but these errors were encountered: