Repository: incubator-ranger Updated Branches: refs/heads/master 17f40be4d -> fa8b948ca
RANGER-1072 : Add slf4j libraries and its dependencies for Ranger Atlas plugin Signed-off-by: Velmurugan Periasamy <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/fa8b948c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/fa8b948c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/fa8b948c Branch: refs/heads/master Commit: fa8b948ca3322832543098f9c5d43653a3228b67 Parents: 17f40be Author: Mehul Parikh <[email protected]> Authored: Tue Jun 28 14:44:30 2016 +0530 Committer: Velmurugan Periasamy <[email protected]> Committed: Wed Jun 29 10:40:32 2016 -0700 ---------------------------------------------------------------------- ranger-atlas-plugin-shim/pom.xml | 5 +++++ src/main/assembly/plugin-atlas.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/fa8b948c/ranger-atlas-plugin-shim/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-atlas-plugin-shim/pom.xml b/ranger-atlas-plugin-shim/pom.xml index a656d94..d3ef6dc 100644 --- a/ranger-atlas-plugin-shim/pom.xml +++ b/ranger-atlas-plugin-shim/pom.xml @@ -80,5 +80,10 @@ <artifactId>atlas-common</artifactId> <version>${atlas.version}</version> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>${slf4j-api.version}</version> + </dependency> </dependencies> </project> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/fa8b948c/src/main/assembly/plugin-atlas.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/plugin-atlas.xml b/src/main/assembly/plugin-atlas.xml index 6c0a82c..d519e24 100644 --- a/src/main/assembly/plugin-atlas.xml +++ b/src/main/assembly/plugin-atlas.xml @@ -41,7 +41,7 @@ <moduleSet> <binaries> - <includeDependencies>false</includeDependencies> + <includeDependencies>true</includeDependencies> <unpack>false</unpack> <directoryMode>755</directoryMode> <fileMode>644</fileMode>
