diff --git a/build.gradle b/build.gradle index 6b4ba46..636ed5d 100644 --- a/build.gradle +++ b/build.gradle @@ -31,6 +31,8 @@ dependencies { compile("org.springframework.boot:spring-boot-devtools") compile("org.springframework.boot:spring-boot-starter-data-jpa") compile("com.h2database:h2") + compile("javax.xml.bind:jaxb-api:2.3.0") + compile("org.javassist:javassist:3.23.1-GA") testCompile("junit:junit") }