You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "samraj (JIRA)" <ji...@apache.org> on 2014/09/30 15:36:34 UTC

[jira] [Created] (ZOOKEEPER-2050) Maven dependency should remove the 3 dependencies

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)