This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit b8875b6f93141a0d1248df3cf8d01293417ef7fd Author: Tung Tran <[email protected]> AuthorDate: Fri Apr 5 13:12:21 2024 +0700 JAMES-4025 Remove artifact james-server-jmap-draft in un-used dependency --- code-coverage-report/pom.xml | 5 ----- .../jmap-rfc-8621-integration-tests-common/pom.xml | 4 ---- 2 files changed, 9 deletions(-) diff --git a/code-coverage-report/pom.xml b/code-coverage-report/pom.xml index 8a0ff7e6b1..b808f05ab1 100644 --- a/code-coverage-report/pom.xml +++ b/code-coverage-report/pom.xml @@ -882,11 +882,6 @@ <artifactId>james-server-jmap</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-jmap-draft</artifactId> - <version>${project.version}</version> - </dependency> <!-- jmap-draft-integration-testing module--> <dependency> <groupId>${james.groupId}</groupId> diff --git a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/pom.xml b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/pom.xml index 35d750d7b3..fea860403e 100644 --- a/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/pom.xml +++ b/server/protocols/jmap-rfc-8621-integration-tests/jmap-rfc-8621-integration-tests-common/pom.xml @@ -50,10 +50,6 @@ <groupId>${james.groupId}</groupId> <artifactId>james-server-guice-smtp</artifactId> </dependency> - <dependency> - <groupId>${james.groupId}</groupId> - <artifactId>james-server-jmap-draft</artifactId> - </dependency> <dependency> <groupId>${james.groupId}</groupId> <artifactId>james-server-testing</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
