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
The binary for 2.2.2 that was released to Bintray has a dependency on sqljet-1.1.8-SNAPSHOT which is not available through either Bintray or Maven Central. It's a pain to have to exclude the dependency and manually specify the dependency to sqljet-1.1.8. If anyone comes across this being unsure what to do about it, here is the workaround:
I just had a look at the source, and it seems that the transitive dependency comes from the svnkit dependency rather than being from this project itself. I also see that the latest commit has updated svnkit to 1.8.12. If that dependency also has a transitive dependency on a snapshot version, applying the aforementioned to this project should prevent it from affecting anyone who uses the resulting release.
The binary for 2.2.2 that was released to Bintray has a dependency on sqljet-1.1.8-SNAPSHOT which is not available through either Bintray or Maven Central. It's a pain to have to exclude the dependency and manually specify the dependency to sqljet-1.1.8. If anyone comes across this being unsure what to do about it, here is the workaround:
The text was updated successfully, but these errors were encountered: