From 4925b5bad0513e5061778bff9e0d87c03e1c5f3c Mon Sep 17 00:00:00 2001 From: Antonio Britto Date: Fri, 7 Oct 2022 15:24:01 -0300 Subject: [PATCH] add jaxb-api as a dependency as it is not already included in jdk9+ --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dbbe167..21129a7 100644 --- a/build.gradle +++ b/build.gradle @@ -49,6 +49,7 @@ subprojects { project -> compile 'com.google.guava:guava:14.0.1' compile 'joda-time:joda-time:2.2' compile 'org.slf4j:slf4j-api:1.7.5' + compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' testCompile 'org.hamcrest:hamcrest-library:1.3' testCompile 'org.mockito:mockito-core:1.9.0' @@ -73,4 +74,3 @@ idea.project.ipr { provider.node.component.find { it.@name == 'VcsDirectoryMappings' }.mapping.@vcs = 'Git' } } -