This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-shaded.git
commit 30367cd5e1ffaa6b26909463cd16dc63068e669c Author: Timo Walther <[email protected]> AuthorDate: Fri Sep 7 17:36:04 2018 +0200 Include jackson-dataformat-csv in flink-shaded-jackson --- flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml index 611fb18..ffbad81 100644 --- a/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml +++ b/flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml @@ -50,6 +50,11 @@ under the License. <artifactId>jackson-dataformat-yaml</artifactId> <version>${jackson.version}</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.dataformat</groupId> + <artifactId>jackson-dataformat-csv</artifactId> + <version>${jackson.version}</version> + </dependency> </dependencies> <build>
