This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new bfde9102be7 HADOOP-18195. Make jackson 1 a runtime scope dependency (#4149) bfde9102be7 is described below commit bfde9102be77654861c8025eab08fc8568ce41dd Author: PJ Fanning <pjfann...@users.noreply.github.com> AuthorDate: Fri Apr 8 11:24:09 2022 +0200 HADOOP-18195. Make jackson 1 a runtime scope dependency (#4149) Contributed by PJ Fanning --- hadoop-project/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index bdca6ebb9e7..871d7fc8082 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -1186,21 +1186,25 @@ <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>${jackson.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <version>${jackson.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-jaxrs</artifactId> <version>${jackson.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-xc</artifactId> <version>${jackson.version}</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org