Repository: atlas Updated Branches: refs/heads/master a7e89196f -> 9bf0d12eb
ATLAS-2284: added jersey-multipart jar to Hive hook packaging Signed-off-by: Madhan Neethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/9bf0d12e Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/9bf0d12e Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/9bf0d12e Branch: refs/heads/master Commit: 9bf0d12ebce3489e08c5d18c6df678dd09fc5d4d Parents: a7e8919 Author: nixonrodrigues <[email protected]> Authored: Tue Nov 28 17:17:46 2017 +0530 Committer: Madhan Neethiraj <[email protected]> Committed: Tue Nov 28 07:07:16 2017 -0800 ---------------------------------------------------------------------- addons/hive-bridge/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/9bf0d12e/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 0cb44f7..f4f1596 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -240,6 +240,11 @@ <artifactId>kafka-clients</artifactId> <version>${kafka.version}</version> </artifactItem> + <artifactItem> + <groupId>com.sun.jersey.contribs</groupId> + <artifactId>jersey-multipart</artifactId> + <version>${jersey.version}</version> + </artifactItem> </artifactItems> </configuration> </execution>
