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 f9266e82123cae9b148d10821685b992d5cc145e Author: Gautier DI FOLCO <[email protected]> AuthorDate: Thu Jul 11 18:19:49 2019 +0200 JAMES-2726 Stop using FileMailRepository in rabbitmq-jmap-integration-testing --- .../src/test/resources/mailrepositorystore.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing/src/test/resources/mailrepositorystore.xml b/server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing/src/test/resources/mailrepositorystore.xml index 3386c33..626e0a2 100644 --- a/server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing/src/test/resources/mailrepositorystore.xml +++ b/server/protocols/jmap-draft-integration-testing/rabbitmq-jmap-draft-integration-testing/src/test/resources/mailrepositorystore.xml @@ -21,12 +21,6 @@ <mailrepositorystore> <mailrepositories> - <mailrepository class="org.apache.james.mailrepository.file.FileMailRepository"> - <protocols> - <protocol>file</protocol> - </protocols> - <config FIFO="false" CACHEKEYS="true"/> - </mailrepository> <mailrepository class="org.apache.james.mailrepository.cassandra.CassandraMailRepository"> <protocols> <protocol>cassandra</protocol> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
