Skip to content

Commit

Permalink
fix: Remove dependency on grails-shell (#350)
Browse files Browse the repository at this point in the history
* fix: Remove dependency on grails-shell

Grails-shell is deprecated for removal.

* Delete unused files (#1)

---------

Co-authored-by: Guillermo Calvo <[email protected]>
  • Loading branch information
matrei and guillermocalvo authored Mar 14, 2024
1 parent 50c2ca8 commit 488dc27
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 291 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ dependencies {
exclude group: 'org.liquibase', module: 'liquibase-test-harness'
exclude group: 'com.h2database', module: 'h2'
}
api("org.grails:grails-shell") {
exclude group: 'org.slf4j', module: 'slf4j-simple'
}
compileOnly "org.hibernate:hibernate-core:5.6.15.Final"

compileOnly 'org.springframework.boot:spring-boot-starter-logging'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions src/main/scripts/dbm-changelog-to-groovy.groovy

This file was deleted.

16 changes: 0 additions & 16 deletions src/main/scripts/dbm-create-changelog.groovy

This file was deleted.

This file was deleted.

0 comments on commit 488dc27

Please sign in to comment.