Skip to content

Commit

Permalink
Remove dependency on nexus.gocd.io
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Feb 1, 2025
1 parent 9ced456 commit 4e69142
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ project.ext.projectDesc = [

repositories {
mavenCentral()
maven { url "https://nexus.gocd.io/repository/maven-releases/" }
flatDir {
dirs 'lib'
}
}

dependencies {
Expand All @@ -49,6 +51,7 @@ dependencies {
implementation group: 'org.jooq', name: 'jooq', version: '3.16.23'

implementation group: 'org.liquibase', name: 'liquibase-core', version: '3.10.3'
implementation name: 'dbdeploy', version: '2.11.1'
implementation group: 'net.sf', name: 'dbdeploy', version: '2.11.1'
implementation group: 'com.mysql', name: 'mysql-connector-j', version: '9.2.0'
implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity
Expand Down
Binary file added lib/dbdeploy-2.11.1.jar
Binary file not shown.

0 comments on commit 4e69142

Please sign in to comment.