File tree Expand file tree Collapse file tree 6 files changed +22
-7
lines changed
embulk-guess-csv_all_strings Expand file tree Collapse file tree 6 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,12 @@ Copyright 2021-2023 The Embulk project
33
44This product includes software developed at
55The Embulk project (https://www.embulk.org/).
6+
7+
8+ This product depends on embulk-util-guess by the Embulk project,
9+ which includes modified copies of a part of source code from
10+ ICU4J 57.2.
11+ They are licensed under the ICU License.
12+
13+ When packaging embulk-guess-csv with its dependencies,
14+ the packager needs to take care of the license of ICU4J.
Original file line number Diff line number Diff line change @@ -35,10 +35,9 @@ dependencies {
3535 compileOnly " org.embulk:embulk-spi:0.10.44"
3636
3737 implementation project(" :embulk-parser-csv" )
38- implementation " com.ibm.icu:icu4j:54.1.1"
3938 implementation " org.embulk:embulk-util-config:0.3.2"
4039 implementation " org.embulk:embulk-util-csv:0.2.1"
41- implementation " org.embulk:embulk-util-guess:0.2 .0"
40+ implementation " org.embulk:embulk-util-guess:0.3 .0"
4241
4342 testImplementation " junit:junit:4.13.2"
4443 testImplementation " org.embulk:embulk-spi:0.10.44"
Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ com.fasterxml.jackson.core:jackson-annotations:2.6.7=runtimeClasspath
55com.fasterxml.jackson.core:jackson-core:2.6.7=runtimeClasspath
66com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
8- com.ibm.icu:icu4j:54.1.1=compileClasspath,runtimeClasspath
98javax.validation:validation-api:1.1.0.Final=runtimeClasspath
109org.embulk:embulk-spi:0.10.44=compileClasspath
1110org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
1211org.embulk:embulk-util-csv:0.2.1=compileClasspath,runtimeClasspath
1312org.embulk:embulk-util-file:0.1.3=compileClasspath,runtimeClasspath
14- org.embulk:embulk-util-guess:0.2 .0=compileClasspath,runtimeClasspath
13+ org.embulk:embulk-util-guess:0.3 .0=compileClasspath,runtimeClasspath
1514org.embulk:embulk-util-json:0.1.1=runtimeClasspath
1615org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath
1716org.embulk:embulk-util-text:0.1.1=compileClasspath,runtimeClasspath
Original file line number Diff line number Diff line change @@ -3,3 +3,12 @@ Copyright 2021-2023 The Embulk project
33
44This product includes software developed at
55The Embulk project (https://www.embulk.org/).
6+
7+
8+ This product depends on embulk-util-guess by the Embulk project,
9+ which includes modified copies of a part of source code from
10+ ICU4J 57.2.
11+ They are licensed under the ICU License.
12+
13+ When packaging embulk-guess-csv_all_strings with its dependencies,
14+ the packager needs to take care of the license of ICU4J.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636
3737 implementation project(" :embulk-guess-csv" )
3838 implementation " org.embulk:embulk-util-config:0.3.2"
39- implementation " org.embulk:embulk-util-guess:0.2 .0"
39+ implementation " org.embulk:embulk-util-guess:0.3 .0"
4040
4141 testImplementation " junit:junit:4.13.2"
4242 testImplementation " org.embulk:embulk-spi:0.10.44"
Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ com.fasterxml.jackson.core:jackson-annotations:2.6.7=runtimeClasspath
55com.fasterxml.jackson.core:jackson-core:2.6.7=runtimeClasspath
66com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
8- com.ibm.icu:icu4j:54.1.1=runtimeClasspath
98javax.validation:validation-api:1.1.0.Final=runtimeClasspath
109org.embulk:embulk-spi:0.10.44=compileClasspath
1110org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
1211org.embulk:embulk-util-csv:0.2.1=runtimeClasspath
1312org.embulk:embulk-util-file:0.1.3=compileClasspath,runtimeClasspath
14- org.embulk:embulk-util-guess:0.2 .0=compileClasspath,runtimeClasspath
13+ org.embulk:embulk-util-guess:0.3 .0=compileClasspath,runtimeClasspath
1514org.embulk:embulk-util-json:0.1.1=runtimeClasspath
1615org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath
1716org.embulk:embulk-util-text:0.1.1=compileClasspath,runtimeClasspath
You can’t perform that action at this time.
0 commit comments