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 {
51
51
compile " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7"
52
52
compile " javax.validation:validation-api:1.1.0.Final"
53
53
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'
54
59
55
60
compile " org.embulk:embulk-util-retryhelper:0.8.2"
56
61
Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ com.fasterxml.jackson.core:jackson-core:2.6.7
6
6
com.fasterxml.jackson.core:jackson-databind:2.6.7
7
7
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7
8
8
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
9
11
commons-beanutils:commons-beanutils-core:1.8.3
10
12
commons-io:commons-io:2.6
11
13
commons-logging:commons-logging:1.2
14
+ javax.activation:activation:1.1.1
12
15
javax.validation:validation-api:1.1.0.Final
16
+ javax.xml.bind:jaxb-api:2.2.11
13
17
org.apache.bval:bval-core:0.5
14
18
org.apache.bval:bval-jsr303:0.5
15
19
org.apache.commons:commons-lang3:3.1
You can’t perform that action at this time.
0 commit comments