From 46f904d893b03479e37a0a76f5f70b02e9c7d553 Mon Sep 17 00:00:00 2001 From: Katerina881 Date: Thu, 28 Oct 2021 17:33:49 +0400 Subject: [PATCH] fix dependencies --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) 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") }