diff options
author | Thomas Nelson <nelson24@att.com> | 2019-03-08 21:27:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-08 21:27:57 +0000 |
commit | 97ea0b21eebad043a17cdc4224f8eb44bc2d8b29 (patch) | |
tree | af9b59587ab513d8d1d05f60e0ed850c5f66ddf8 /pom.xml | |
parent | e4e227b18dcd4a4dd40bc3e3a8373f3d96c6511d (diff) | |
parent | 3135f7122bc7de7845c4b60e457245c9cc9ff511 (diff) |
Merge "Remove straggling zookeper references"
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -441,22 +441,6 @@ <version>3.1.0</version> </dependency> <dependency> - <groupId>org.apache.curator</groupId> - <artifactId>curator-test</artifactId> - <version>2.3.0</version> - <exclusions> - <exclusion> - <groupId>org.apache.zookeeper</groupId> - <artifactId>zookeeper</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>2.23.4</version> |