Skip to content

Commit

Permalink
chore(liquibase): remove stale comments (#1125)
Browse files Browse the repository at this point in the history
After #1117, these comments are no longer relevant.
  • Loading branch information
dbyron-sf authored Dec 4, 2023
1 parent aca5d7e commit 05b951e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,6 @@ dependencies {
api("org.jetbrains.spek:spek-subject-extension:${versions.spek}")
api("org.jooq:jooq:${versions.jooq}")
api("org.jooq:jooq-kotlin:${versions.jooq}")

// The liquibase version starting from 4.0.0 till 4.12.0
// has an issue w.r.t parsing the changelog file,
// if found at multiple places within the classpath
// https://github.com/liquibase/liquibase/issues/2818
// This duplicate changelog issue is fixed in 4.13.0,
// but identified another issue that gets introduced in 4.13.0.
// This issue(https://github.com/liquibase/liquibase/issues/3091)
// hinders the migration of sql scripts available in orca
// (https://github.com/spinnaker/orca/tree/master/orca-sql/src/main/resources/db/changelog),
// containing `afterColumn` construct, with a validation error for postgresql. So pin with 3.10.3
api("org.liquibase:liquibase-core"){
version {
strictly "4.24.0"
Expand Down

0 comments on commit 05b951e

Please sign in to comment.