-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hello Team,
We have downloaded all the jar's mentioned in the below link but still its looking other jar files.
https://contribute.liquibase.com/extensions-integrations/directory/database-tutorials/cosmosdb/
Error
liquibase-4.29.2/liquibase
--classpath=liquibase-4.29.2/lib/
--url="mongodb://srecosmos-liquibase1.mongo.cosmos.azure.com:10255/liquibase_db?ssl=true&retrywrites=false"
--username=srecosmos-liquibase1
--***
--driver=liquibase.ext.mongodb.database.MongoLiquibaseDatabase
--changeLogFile="scripts/mangodb/db.changelog-master.json"
update
shell: /usr/bin/bash -e {0}
Error: Unable to access jarfile /home/runner/work/platform-bootstrap/platform-bootstrap/liquibase-4.29.2/internal/lib/liquibase-core.jar
Error: Process completed with exit code 1.**
Trying to download wget https://repo1.maven.org/maven2/org/liquibase/liquibase-core/4.29.2/liquibase-core.jar its not able to find it and when I provided the version Liquibase unable to find the jar file.
I can see that below jar downloaded but still Liquibase unable to find it because of the version.
-rw-r--r-- 1 runner docker 2.8M Sep 4 14:16 liquibase-core-4.29.2.jar
Could you please provide the proper updated list of jar files.
Thanks