Skip to content

Commit 53928aa

Browse files
add jaxb dependencies for apache bval incase upgrade to java9+
1 parent caec3c2 commit 53928aa

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ dependencies {
5151
compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7"
5252
compile "javax.validation:validation-api:1.1.0.Final"
5353
compile "org.apache.bval:bval-jsr303:0.5"
54+
// Necessary for bval from Java 9+
55+
compile 'javax.xml.bind:jaxb-api:2.2.11'
56+
compile 'com.sun.xml.bind:jaxb-core:2.2.11'
57+
compile 'com.sun.xml.bind:jaxb-impl:2.2.11'
58+
compile 'javax.activation:activation:1.1.1'
5459

5560
compile "org.embulk:embulk-util-retryhelper:0.8.2"
5661

gradle/dependency-locks/embulkPluginRuntime.lockfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ com.fasterxml.jackson.core:jackson-core:2.6.7
66
com.fasterxml.jackson.core:jackson-databind:2.6.7
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7
88
com.jcraft:jsch:0.1.55
9+
com.sun.xml.bind:jaxb-core:2.2.11
10+
com.sun.xml.bind:jaxb-impl:2.2.11
911
commons-beanutils:commons-beanutils-core:1.8.3
1012
commons-io:commons-io:2.6
1113
commons-logging:commons-logging:1.2
14+
javax.activation:activation:1.1.1
1215
javax.validation:validation-api:1.1.0.Final
16+
javax.xml.bind:jaxb-api:2.2.11
1317
org.apache.bval:bval-core:0.5
1418
org.apache.bval:bval-jsr303:0.5
1519
org.apache.commons:commons-lang3:3.1

0 commit comments

Comments
 (0)