Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created August 14, 2019 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goyalmohit/f07aa06f38e7913e6670703dbe2c0e6b to your computer and use it in GitHub Desktop.
Save goyalmohit/f07aa06f38e7913e6670703dbe2c0e6b to your computer and use it in GitHub Desktop.
Adding liquibase jar file to dependency in POM file
..
</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