You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by da...@apache.org on 2019/03/06 19:08:26 UTC

[hive] 03/03: HIVE-21389: Hive distribution miss javax.ws.rs-api.jar after HIVE-21247 (Daniel Dai, reviewed by Thejas Nair)

This is an automated email from the ASF dual-hosted git repository.

daijy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git

commit 881080f1fb459a6061f08701ade8a79798b9b41b
Author: Daniel Dai <da...@gmail.com>
AuthorDate: Wed Mar 6 11:07:42 2019 -0800

    HIVE-21389: Hive distribution miss javax.ws.rs-api.jar after HIVE-21247 (Daniel Dai, reviewed by Thejas Nair)
    
    Signed-off-by: Thejas M Nair <th...@hortonworks.com>
---
 packaging/src/main/assembly/bin.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packaging/src/main/assembly/bin.xml b/packaging/src/main/assembly/bin.xml
index 766161d..24f9a45 100644
--- a/packaging/src/main/assembly/bin.xml
+++ b/packaging/src/main/assembly/bin.xml
@@ -76,6 +76,7 @@
       <includes>
         <include>org.apache.hive.hcatalog:hive-hcatalog-core</include>
         <include>org.apache.hive.hcatalog:hive-hcatalog-server-extensions</include>
+        <include>javax.ws.rs:javax.ws.rs-api</include>
       </includes>
     </dependencySet>
     <dependencySet>