This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new 50835cb23 RANGER-5458: fix tagsync failure while initializing Atlas
source (#819)
50835cb23 is described below
commit 50835cb2345df7587531ac14f9c54e7b3fac8850
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Fri Jan 23 22:12:34 2026 -0800
RANGER-5458: fix tagsync failure while initializing Atlas source (#819)
---
distro/src/main/assembly/tagsync.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/distro/src/main/assembly/tagsync.xml
b/distro/src/main/assembly/tagsync.xml
index 696dbaddc..28568f3a5 100644
--- a/distro/src/main/assembly/tagsync.xml
+++ b/distro/src/main/assembly/tagsync.xml
@@ -76,6 +76,7 @@
<include>commons-collections:commons-collections:jar:${commons.collections.version}</include>
<include>commons-configuration:commons-configuration:jar:${commons.configuration1.version}</include>
<include>commons-io:commons-io:jar:${commons.io.version}</include>
+
<include>commons-lang:commons-lang</include>
<include>commons-logging:commons-logging:jar:${commons.logging.version}</include>
<include>javax.inject:javax.inject:jar:${javax-inject.version}</include>
<include>joda-time:joda-time:jar:${joda-time.version}</include>