samraj created ZOOKEEPER-2050:
---------------------------------

             Summary: Maven dependency should remove the 3 dependencies 
                 Key: ZOOKEEPER-2050
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2050
             Project: ZooKeeper
          Issue Type: Bug
    Affects Versions: 3.5.0
         Environment: Just add the latest zookeeper version in the maven 
dependency
            Reporter: samraj
            Priority: Minor


When i add the latest zookeeper jar in the dependency it throws the error and 
say following jars are missing.If i added those in exclusion its working fine.

<exclusions>
                                <exclusion>
                                        <groupId>com.sun.jmx</groupId>
                                        <artifactId>jmxri</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>com.sun.jdmk</groupId>
                                        <artifactId>jmxtools</artifactId>
                                </exclusion>
                                <exclusion>
                                        <groupId>javax.jms</groupId>
                                        <artifactId>jms</artifactId>
                                </exclusion>
                        </exclusions>




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

Reply via email to