[ 
https://issues.apache.org/jira/browse/STORM-848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14573455#comment-14573455
 ] 

ASF GitHub Bot commented on STORM-848:
--------------------------------------

Github user Parth-Brahmbhatt commented on the pull request:

    https://github.com/apache/storm/pull/577#issuecomment-109025180
  
    can you try adding following to the shade-plugin part. See 
http://maven.apache.org/plugins/maven-shade-plugin/examples/includes-excludes.html
 for a full example.
    
      <filters>
            <filter>
                <artifact>*:*</artifact>
                <excludes>
                    <exclude>META-INF/*.SF</exclude>
                    <exclude>META-INF/*.DSA</exclude>
                    <exclude>META-INF/*.RSA</exclude>
                </excludes>
            </filter>
        </filters>


> Clean up dependencies and shade as much as possible
> ---------------------------------------------------
>
>                 Key: STORM-848
>                 URL: https://issues.apache.org/jira/browse/STORM-848
>             Project: Apache Storm
>          Issue Type: Improvement
>            Reporter: Robert Joseph Evans
>            Assignee: Kishor Patil
>
> To help with rolling upgrades in the future we should shade as much of our 
> dependencies as possible, so that customers can include their own versions of 
> things.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to