You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2018/09/04 12:58:20 UTC

[10/28] ranger git commit: RANGER-2166: A ClassNotFound exception is thrown with atlasrest as a tag source

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/ae728a72
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/ae728a72
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/ae728a72

Branch: refs/heads/ranger-1.1
Commit: ae728a72066fe0ddfa65f77709ab4b470f01e46d
Parents: e902bef
Author: Abhay Kulkarni <ak...@hortonworks.com>
Authored: Wed Aug 1 08:31:41 2018 -0700
Committer: Mehul Parikh <me...@apache.org>
Committed: Tue Sep 4 11:35:03 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/ae728a72/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>