I’m compiling liquibase, I could already do it, the .jar is generated, and the jar works with all SQL supported databases, but I want my compilation to support mongodb, which I must do. I know here are the steps to support mongodb but I can’t quite understand it. Help me to explain step by step please. I compiled liquibase since I need a field that saves several data, that’s it, but I can’t do it with mongodb support. Help please
Starting Liquibase at 17:27:24 (version 4.23.1 #12042 built at 2023-08-10 13:48+0000)
[2023-10-20 17:27:24] INFO [liquibase.ui] ################################ ####################
################################################## ##
Starting Liquibase at 17:27:24 (version 4.23.1 #12042 built at 2023-08-10 13:48+0000)
Liquibase Version: 4.23.1
[2023-10-20 17:27:24] INFO [liquibase.ui] Liquibase Version: 4.23.1
WARNING: License service not loaded, cannot determine Liquibase Pro license status. Please consider re-installing Liquibase to include all dependencies. Continuing operation without Pro license.
[2023-10-20 17:27:24] INFO [liquibase.ui] WARNING: License service not loaded, cannot determine Liquibase Pro license status. Please consider re-installing Liquibase to include all dependencies. Continuing operation without Pro license.
[2023-10-20 17:27:24] INFO [liquibase.integration] Starting command execution.
[2023-10-20 17:27:26] INFO [liquibase.command] Command execution complete
[2023-10-20 17:27:26] SEVERE [liquibase.integration] com/datical/liquibase/ext/tools/AbstractNativeToolExecutor
Caused by: com.datical.liquibase.ext.tools.AbstractNativeToolExecutor
java.lang.NoClassDefFoundError: com/datical/liquibase/ext/tools/AbstractNativeToolExecutor
at java.base/java.lang.ClassLoader.defineClass1(Native Method)