JAMES-2500 Remove cassandra-unit dependency
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1b27146c Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1b27146c Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/1b27146c Branch: refs/heads/master Commit: 1b27146cf9d1699d847a36eec6a10ed46d528968 Parents: 61ea0e6 Author: Antoine Duprat <[email protected]> Authored: Wed Jul 25 14:55:59 2018 +0200 Committer: benwa <[email protected]> Committed: Thu Jul 26 13:47:39 2018 +0700 ---------------------------------------------------------------------- mailbox/cassandra/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/1b27146c/mailbox/cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/mailbox/cassandra/pom.xml b/mailbox/cassandra/pom.xml index 7281d41..daf0933 100644 --- a/mailbox/cassandra/pom.xml +++ b/mailbox/cassandra/pom.xml @@ -154,12 +154,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.cassandraunit</groupId> - <artifactId>cassandra-unit</artifactId> - <version>2.1.9.2</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
