MVN

org.liquibase.ext : liquibase-nochangeloglock

Maven & Gradle

Aug 14, 2023
11 stars

Liquibase Extension: Disable DatabaseChangeLogLock usage · Disables locking logic Liquibase uses to ensure only one instance is running against a database at one time.

<dependency>
    <groupId>org.liquibase.ext</groupId>
    <artifactId>liquibase-nochangeloglock</artifactId>
    <version>4.23.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.liquibase.ext : liquibase-nochangeloglock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.23.1

All Versions

Choose a version of org.liquibase.ext : liquibase-nochangeloglock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.23.x
liquibase-nochangeloglock-4.23.1
liquibase-nochangeloglock-4.23.0
4.22.x
liquibase-nochangeloglock-4.22.0
4.21.x
liquibase-nochangeloglock-4.21.1
liquibase-nochangeloglock-4.21.0
4.20.x
liquibase-nochangeloglock-4.20.0
4.19.x
liquibase-nochangeloglock-4.19.1
liquibase-nochangeloglock-4.19.0
4.18.x
liquibase-nochangeloglock-4.18.0
4.17.x
liquibase-nochangeloglock-4.17.2
1.1
liquibase-nochangeloglock-1.1
1.0
liquibase-nochangeloglock-1.0

How to add a dependency to Maven

Add the following org.liquibase.ext : liquibase-nochangeloglock maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.liquibase.ext</groupId>
    <artifactId>liquibase-nochangeloglock</artifactId>
    <version>4.23.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.liquibase.ext : liquibase-nochangeloglock gradle dependency to your build.gradle file:

implementation 'org.liquibase.ext:liquibase-nochangeloglock:4.23.1'

Gradle Kotlin DSL: Add the following org.liquibase.ext : liquibase-nochangeloglock gradle kotlin dependency to your build.gradle.kts file:

implementation("org.liquibase.ext:liquibase-nochangeloglock:4.23.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.liquibase.ext : liquibase-nochangeloglock sbt scala dependency to your build.sbt file:

libraryDependencies += "org.liquibase.ext" % "liquibase-nochangeloglock" % "4.23.1"

Advertisement

Dependencies from Group

May 12, 2023
14 usages
266 stars
Jul 11, 2023
4 usages
49 stars
Oct 25, 2016
3 usages
266 stars
Aug 14, 2023
2 usages
11 stars
Aug 17, 2023
2 usages
46 stars

Discover Dependencies

Sep 26, 2014
Sep 03, 2014
1 usages
9 stars
Aug 21, 2012
2 usages
41 stars
Jul 20, 2008
14 usages
Nov 10, 2012
22 stars
Sep 17, 2014
6 usages
38 stars