We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b2388 commit b8251edCopy full SHA for b8251ed
grace-datastore-gorm-support/build.gradle
@@ -4,11 +4,6 @@ dependencies {
4
exclude group: 'org.graceframework', module: 'grace-datastore-core'
5
}
6
api("org.graceframework:grace-bootstrap:$graceVersion")
7
-
8
- compileOnly "org.springframework:spring-orm:$springVersion"
9
- compileOnly "org.springframework:spring-webmvc:$springVersion"
10
- compileOnly "org.graceframework:grace-web-url-mappings:$graceVersion", { transitive = false }
11
- compileOnly "org.graceframework:grace-web-common:$graceVersion", { transitive = false }
12
13
14
project.tasks.withType(Jar) {
0 commit comments