RANGER-2166: A ClassNotFound exception is thrown with atlasrest as a tag source
Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/dccae703 Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/dccae703 Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/dccae703 Branch: refs/heads/ranger-1 Commit: dccae703f20a94cdfcb8551d0ed1098382eacc25 Parents: 857a37c Author: Abhay Kulkarni <akulka...@hortonworks.com> Authored: Wed Aug 1 08:31:41 2018 -0700 Committer: Mehul Parikh <me...@apache.org> Committed: Wed Aug 29 14:20:01 2018 +0530 ---------------------------------------------------------------------- src/main/assembly/tagsync.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/dccae703/src/main/assembly/tagsync.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/tagsync.xml b/src/main/assembly/tagsync.xml index 05a6739..d1b83df 100644 --- a/src/main/assembly/tagsync.xml +++ b/src/main/assembly/tagsync.xml @@ -60,7 +60,7 @@ <include>com.fasterxml.jackson.core:jackson-databind:jar:${atlas.jackson.version}</include> <include>com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:${atlas.jackson.version}</include> <include>com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:${atlas.jackson.version}</include> - <include>com.fasterxml.jackson.jaxrs:jackson-module-jaxb-annotations:jar:${atlas.jackson.version}</include> + <include>com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:${atlas.jackson.version}</include> <include>org.codehaus.jackson:jackson-core-asl:jar:${codehaus.jackson.version}</include> <include>org.codehaus.jackson:jackson-mapper-asl:jar:${codehaus.jackson.version}</include> <include>org.codehaus.jackson:jackson-jaxrs:jar:${codehaus.jackson.version}</include>