Commit 9bf0d12e by nixonrodrigues Committed by Madhan Neethiraj

ATLAS-2284: added jersey-multipart jar to Hive hook packaging

parent a7e89196
...@@ -240,6 +240,11 @@ ...@@ -240,6 +240,11 @@
<artifactId>kafka-clients</artifactId> <artifactId>kafka-clients</artifactId>
<version>${kafka.version}</version> <version>${kafka.version}</version>
</artifactItem> </artifactItem>
<artifactItem>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-multipart</artifactId>
<version>${jersey.version}</version>
</artifactItem>
</artifactItems> </artifactItems>
</configuration> </configuration>
</execution> </execution>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment