[
https://issues.apache.org/jira/browse/LENS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14290381#comment-14290381
]
Amareshwari Sriramadasu commented on LENS-228:
----------------------------------------------
Took a diff of the pom wrt pom cleanup. Here are the things we need put back :
Main pom :
{code}
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-json</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
</exclusion>
<exclusion>
<groupId>tomcat</groupId>
<artifactId>jasper-compiler</artifactId>
</exclusion>
<exclusion>
<groupId>tomcat</groupId>
<artifactId>jasper-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
</exclusion>
<exclusion>
<groupId>net.java.dev.jets3t</groupId>
<artifactId>jets3t</artifactId>
</exclusion>
</exclusions>
</dependency>
{code}
Client-dist pom change hadoop-client to hadoop-common:
{noformat}
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
{noformat}
> Create binary convenient distribution for release
> -------------------------------------------------
>
> Key: LENS-228
> URL: https://issues.apache.org/jira/browse/LENS-228
> Project: Apache Lens
> Issue Type: Sub-task
> Components: build
> Reporter: Amareshwari Sriramadasu
> Assignee: Srikanth Sundarrajan
> Fix For: 2.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)