Skip to content

Commit 44d591b

Browse files
committed
Add spring-data-commons optional dependency
Otherwise, the XSD cannot find spring-repository. Issue gh-32
1 parent 7ac7a29 commit 44d591b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ dependencies {
1515
"org.slf4j:slf4j-api:$slf4jVersion"
1616

1717
optional "org.springframework:spring-context:$springVersion",
18+
"org.springframework.data:spring-data-commons:$springDataVersion",
1819
"org.springframework:spring-jdbc:$springVersion",
1920
"org.springframework:spring-orm:$springVersion",
2021
"com.querydsl:querydsl-core:$queryDslVersion",

0 commit comments

Comments
 (0)