This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 213d8d10f685c4d682ce923289d4679d1bd1def6 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jun 17 16:03:12 2020 +0700 Revert "Merge pull request #207 from chibenwa/JAMES-3214" This reverts commit 4c8e671602d005aa1eb3098251908ece224f0177, reversing changes made to 7431e7017f9f41ed52e99a7a8c6f775403448a7c. --- mailbox/backup/pom.xml | 5 ----- mailbox/plugin/deleted-messages-vault-cassandra/pom.xml | 5 ----- mailbox/plugin/deleted-messages-vault/pom.xml | 5 ----- .../webadmin/webadmin-mailbox-deleted-message-vault/pom.xml | 5 ----- 4 files changed, 20 deletions(-) diff --git a/mailbox/backup/pom.xml b/mailbox/backup/pom.xml index c530b9f..6d6c3f4 100644 --- a/mailbox/backup/pom.xml +++ b/mailbox/backup/pom.xml @@ -57,11 +57,6 @@ <dependency> <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-util</artifactId> </dependency> <dependency> <groupId>${james.groupId}</groupId> diff --git a/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml b/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml index 801def9..ab90748 100644 --- a/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml +++ b/mailbox/plugin/deleted-messages-vault-cassandra/pom.xml @@ -62,11 +62,6 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>james-server-testing</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> <artifactId>testing-base</artifactId> <scope>test</scope> </dependency> diff --git a/mailbox/plugin/deleted-messages-vault/pom.xml b/mailbox/plugin/deleted-messages-vault/pom.xml index 26db1a7..4a438a0 100644 --- a/mailbox/plugin/deleted-messages-vault/pom.xml +++ b/mailbox/plugin/deleted-messages-vault/pom.xml @@ -95,11 +95,6 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>james-server-testing</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> <artifactId>metrics-tests</artifactId> <scope>test</scope> </dependency> diff --git a/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml b/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml index c43b410..3d3a9d4 100644 --- a/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml +++ b/server/protocols/webadmin/webadmin-mailbox-deleted-message-vault/pom.xml @@ -104,11 +104,6 @@ </dependency> <dependency> <groupId>${james.groupId}</groupId> - <artifactId>james-server-testing</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>${james.groupId}</groupId> <artifactId>james-server-webadmin-core</artifactId> </dependency> <dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
