Skip to content

Commit d15e021

Browse files
committed
Remove dependencies on grace-bootstrap and grace-core
1 parent 46a1381 commit d15e021

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed
Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
dependencies {
2+
api project(':grace-datastore-core')
23
api project(':grace-datastore-gorm')
3-
api "org.graceframework:grace-core", {
4-
exclude group: 'org.graceframework', module: 'grace-datastore-core'
5-
}
6-
api("org.graceframework:grace-bootstrap")
7-
}
8-
9-
project.tasks.withType(Jar) {
10-
configure {
11-
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
12-
}
134
}

grace-datastore-gorm/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ dependencies {
99
compileOnly("org.springframework:spring-core")
1010
compileOnly("org.springframework:spring-jdbc")
1111
compileOnly("org.springframework:spring-web")
12-
testImplementation "org.graceframework:grace-core", {
13-
exclude group: 'org.graceframework', module: 'grace-datastore-core'
14-
}
1512
testImplementation("org.springframework:spring-jdbc")
1613
testImplementation("org.hibernate.validator:hibernate-validator")
1714
testImplementation("jakarta.el:jakarta.el-api")
1815
testImplementation("jakarta.validation:jakarta.validation-api")
1916
testRuntimeOnly("org.glassfish.expressly:expressly:$expresslyVersion")
2017
testRuntimeOnly("com.h2database:h2")
2118
}
22-
23-
//compileGroovy.groovyOptions.forkOptions.jvmArgs = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005']

0 commit comments

Comments
 (0)