With v5 we dont get liquibase-azure-deps-***.jar anymore. How to build it or get relevant jars in CI/CD pipeline?
Thank you
With v5 we dont get liquibase-azure-deps-***.jar anymore. How to build it or get relevant jars in CI/CD pipeline?
Thank you
Am I missing something? Was this question already answered here on the forum on somewhere in the documentation? If not - please help!
Silence… I’m curious - is anyone actually reading this? Or is it like gentle suggestion “if you want answers - get paid version!” LOL ![]()
This is the OSS/Pro split in 5.0 biting you. As of Liquibase 5.0 the Community GitHub releases ship without the bundled extensions, so the liquibase-azure-deps uber jar no longer appears there. It got moved into the Secure/Pro distribution instead. Two options: pull it from the Secure download channel if you’re licensed, or just declare the underlying deps (mssql-jdbc, azure-identity, msal4j) directly in your build so Maven/Gradle fetches them in CI. Since 5.0 is FSL-licensed now, the Maven route is cleanest for a pipeline.