Skip to content

Commit 91a4233

Browse files
authored
Merge pull request #34 from embulk/guess-with-util-guess-0.3.0
Guess with embulk-util-guess:0.3.0, and without ICU4J
2 parents 54dda57 + 8ac518b commit 91a4233

File tree

6 files changed

+22
-7
lines changed

6 files changed

+22
-7
lines changed

embulk-guess-csv/NOTICE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ Copyright 2021-2023 The Embulk project
33

44
This product includes software developed at
55
The 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.

embulk-guess-csv/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

embulk-guess-csv/gradle.lockfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ com.fasterxml.jackson.core:jackson-annotations:2.6.7=runtimeClasspath
55
com.fasterxml.jackson.core:jackson-core:2.6.7=runtimeClasspath
66
com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
8-
com.ibm.icu:icu4j:54.1.1=compileClasspath,runtimeClasspath
98
javax.validation:validation-api:1.1.0.Final=runtimeClasspath
109
org.embulk:embulk-spi:0.10.44=compileClasspath
1110
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
1211
org.embulk:embulk-util-csv:0.2.1=compileClasspath,runtimeClasspath
1312
org.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
1514
org.embulk:embulk-util-json:0.1.1=runtimeClasspath
1615
org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath
1716
org.embulk:embulk-util-text:0.1.1=compileClasspath,runtimeClasspath

embulk-guess-csv_all_strings/NOTICE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@ Copyright 2021-2023 The Embulk project
33

44
This product includes software developed at
55
The 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.

embulk-guess-csv_all_strings/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

embulk-guess-csv_all_strings/gradle.lockfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ com.fasterxml.jackson.core:jackson-annotations:2.6.7=runtimeClasspath
55
com.fasterxml.jackson.core:jackson-core:2.6.7=runtimeClasspath
66
com.fasterxml.jackson.core:jackson-databind:2.6.7=runtimeClasspath
77
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.6.7=runtimeClasspath
8-
com.ibm.icu:icu4j:54.1.1=runtimeClasspath
98
javax.validation:validation-api:1.1.0.Final=runtimeClasspath
109
org.embulk:embulk-spi:0.10.44=compileClasspath
1110
org.embulk:embulk-util-config:0.3.2=compileClasspath,runtimeClasspath
1211
org.embulk:embulk-util-csv:0.2.1=runtimeClasspath
1312
org.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
1514
org.embulk:embulk-util-json:0.1.1=runtimeClasspath
1615
org.embulk:embulk-util-rubytime:0.3.2=runtimeClasspath
1716
org.embulk:embulk-util-text:0.1.1=compileClasspath,runtimeClasspath

0 commit comments

Comments
 (0)