Repository: atlas Updated Branches: refs/heads/branch-0.8 74f5ebe15 -> 7f52e13c4
ATLAS-2284: added jersey-multipart jar to Hive hook packaging Signed-off-by: Madhan Neethiraj <[email protected]> (cherry picked from commit 9bf0d12ebce3489e08c5d18c6df678dd09fc5d4d) Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/7f52e13c Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/7f52e13c Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/7f52e13c Branch: refs/heads/branch-0.8 Commit: 7f52e13c4b580a38296096e85aedde1b4c39518e Parents: 74f5ebe Author: nixonrodrigues <[email protected]> Authored: Tue Nov 28 17:17:46 2017 +0530 Committer: Madhan Neethiraj <[email protected]> Committed: Tue Nov 28 07:21:32 2017 -0800 ---------------------------------------------------------------------- addons/hive-bridge/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/7f52e13c/addons/hive-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/hive-bridge/pom.xml b/addons/hive-bridge/pom.xml index 70a57f1..a116655 100755 --- a/addons/hive-bridge/pom.xml +++ b/addons/hive-bridge/pom.xml @@ -278,6 +278,11 @@ <artifactId>gson</artifactId> <version>${gson.version}</version> </artifactItem> + <artifactItem> + <groupId>com.sun.jersey.contribs</groupId> + <artifactId>jersey-multipart</artifactId> + <version>${jersey.version}</version> + </artifactItem> </artifactItems> </configuration> </execution>
