RANGER-514 : Fix SOLR audit for KMS 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/9e5bd854 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/9e5bd854 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/9e5bd854 Branch: refs/heads/tag-policy Commit: 9e5bd854013e7529994ab81fff53c18d57aa4081 Parents: dda7a16 Author: Gautam Borad <[email protected]> Authored: Fri May 29 19:03:15 2015 +0530 Committer: Velmurugan Periasamy <[email protected]> Committed: Fri May 29 10:48:58 2015 -0400 ---------------------------------------------------------------------- kms/pom.xml | 10 ++++++++++ src/main/assembly/kms.xml | 2 ++ 2 files changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9e5bd854/kms/pom.xml ---------------------------------------------------------------------- diff --git a/kms/pom.xml b/kms/pom.xml index 183359e..a726a86 100644 --- a/kms/pom.xml +++ b/kms/pom.xml @@ -431,6 +431,16 @@ <artifactId>credentialbuilder</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpmime</artifactId> + <version>${httpcomponent.httpmime.version}</version> + </dependency> + <dependency> + <groupId>org.noggit</groupId> + <artifactId>noggit</artifactId> + <version>${noggit.version}</version> + </dependency> </dependencies> <build> <pluginManagement> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/9e5bd854/src/main/assembly/kms.xml ---------------------------------------------------------------------- diff --git a/src/main/assembly/kms.xml b/src/main/assembly/kms.xml index 0e609ff..a2e0e2a 100755 --- a/src/main/assembly/kms.xml +++ b/src/main/assembly/kms.xml @@ -100,6 +100,8 @@ <include>org.xerial.snappy:snappy-java</include> <include>xmlenc:xmlenc</include> <include>org.tukaani:xz</include> + <include>org.apache.httpcomponents:httpmime:jar:${httpcomponent.httpmime.version}</include> + <include>org.noggit:noggit:jar:${noggit.version}</include> </includes> </dependencySet> </dependencySets>
