Remove redundant dependency additions from aerospike module pom
Project: http://git-wip-us.apache.org/repos/asf/gora/repo Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/d3a44b26 Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/d3a44b26 Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/d3a44b26 Branch: refs/heads/master Commit: d3a44b261461ca260022638f75b83b24bf980641 Parents: 4163a06 Author: nishadi <[email protected]> Authored: Tue Jun 27 06:19:57 2017 +0530 Committer: nishadi <[email protected]> Committed: Tue Jun 27 06:19:57 2017 +0530 ---------------------------------------------------------------------- gora-aerospike/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/gora/blob/d3a44b26/gora-aerospike/pom.xml ---------------------------------------------------------------------- diff --git a/gora-aerospike/pom.xml b/gora-aerospike/pom.xml index 828f45d..b08611f 100644 --- a/gora-aerospike/pom.xml +++ b/gora-aerospike/pom.xml @@ -137,11 +137,6 @@ <!-- Testing Dependencies --> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - - <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <version>1.1.0</version>
