Skip to content

Commit 3fa6001

Browse files
committed
Add spring-data-commons optional dependency
Otherwise, the XSD cannot find spring-repository. Issue gh-32
1 parent 311dd73 commit 3fa6001

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
@@ -26,6 +26,7 @@ dependencies {
2626
optional "org.springframework:spring-context"
2727
optional "org.springframework:spring-jdbc"
2828
optional "org.springframework:spring-orm"
29+
optional "org.springframework.data:spring-data-commons"
2930
optional "com.querydsl:querydsl-core"
3031
optional "com.querydsl:querydsl-apt"
3132
optional "commons-pool:commons-pool"

0 commit comments

Comments
 (0)