Created
August 14, 2019 02:03
-
-
Save goyalmohit/f07aa06f38e7913e6670703dbe2c0e6b to your computer and use it in GitHub Desktop.
Adding liquibase jar file to dependency in POM file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. | |
</dependencies> | |
.. | |
<!-- Liquibase --> | |
<dependency> | |
<groupId>org.liquibase</groupId> | |
<artifactId>liquibase-core</artifactId> | |
<version>3.3.0</version> | |
</dependency> | |
</dependencies> | |
.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment