File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ com.fasterxml.jackson.core:jackson-core:2.6.7
66com.fasterxml.jackson.core:jackson-databind:2.6.7
77com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7
88com.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
911commons-beanutils:commons-beanutils-core:1.8.3
1012commons-io:commons-io:2.6
1113commons-logging:commons-logging:1.2
14+ javax.activation:activation:1.1.1
1215javax.validation:validation-api:1.1.0.Final
16+ javax.xml.bind:jaxb-api:2.2.11
1317org.apache.bval:bval-core:0.5
1418org.apache.bval:bval-jsr303:0.5
1519org.apache.commons:commons-lang3:3.1
You can’t perform that action at this time.
0 commit comments