-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8453f68
commit f30e327
Showing
39 changed files
with
297 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
dependencies { | ||
compileOnly "org.springframework.boot:spring-boot-cli:$springBootVersion", { | ||
exclude group:'org.codehaus.groovy', module:'groovy' | ||
compileOnly "org.grails:grails-shell:$grailsShellVersion", { | ||
exclude group:'org.apache.groovy', module:'groovy' | ||
} | ||
|
||
api "org.springframework.boot:spring-boot-autoconfigure:$springBootVersion" | ||
api "org.codehaus.groovy:groovy:$groovyVersion" | ||
api "org.apache.groovy:groovy:$groovyVersion" | ||
api project(":grails-datastore-gorm-mongodb"), { | ||
exclude group:'org.grails', module:'grails-datastore-gorm-plugin-support' | ||
} | ||
api project(":grails-datastore-gorm-mongodb-ext"), { | ||
exclude group:'org.grails', module:'grails-datastore-gorm-mongodb' | ||
} | ||
api "org.springframework:spring-tx:$springVersion" | ||
testImplementation "org.springframework.boot:spring-boot-cli:$springBootVersion", { | ||
exclude group:'org.codehaus.groovy', module:'groovy' | ||
testImplementation "org.grails:grails-shell:$grailsShellVersion", { | ||
exclude group:'org.apache.groovy', module:'groovy' | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...META-INF/services/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
org.grails.datastore.gorm.boot.autoconfigure.HibernateGormAutoConfiguration |
Oops, something went wrong.