1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Fix JDK 9

Issue: gh-5160
This commit is contained in:
Rob Winch
2018-03-26 20:01:40 -05:00
parent 197439f9e1
commit 6729c39905
22 changed files with 81 additions and 27 deletions
+2
View File
@@ -2,6 +2,8 @@ apply plugin: 'io.spring.convention.spring-module'
dependencies {
compile project(':spring-security-core')
compile 'javax.xml.bind:jaxb-api'
compile 'org.springframework.data:spring-data-commons'
compile 'org.springframework:spring-core'
}