* Changes for BAEL1532

* Changes for BAEL_1532

* BAEL-1532-Added as module to parent project

* zookeeper pom version upgrade
This commit is contained in:
Nikhil Khatwani 2018-03-16 14:23:40 +05:30 committed by Grzegorz Piwowarek
parent 69cd5cf49f
commit a070f1b557
1 changed files with 20 additions and 33 deletions

View File

@ -16,21 +16,8 @@
<dependency> <dependency>
<groupId>org.apache.zookeeper</groupId> <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId> <artifactId>zookeeper</artifactId>
<version>3.3.2</version> <version>3.4.11</version>
<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>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>