You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/05/17 09:51:39 UTC

[james-project] 03/03: JAMES-2754 james-server-webadmin-data dependency is not required for external James

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 a2a5705280049f86f9d58838da5472fce8e03454
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Thu May 16 13:28:40 2019 +0700

    JAMES-2754 james-server-webadmin-data dependency is not required for external James
    
    It pull many dependencies in for validation deployment tests, which result in 40 projects being recompiled each time.
    Removing it results in only 19 projects being compiled.
---
 mpt/impl/imap-mailbox/external-james/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/mpt/impl/imap-mailbox/external-james/pom.xml b/mpt/impl/imap-mailbox/external-james/pom.xml
index 3553258..5663268 100644
--- a/mpt/impl/imap-mailbox/external-james/pom.xml
+++ b/mpt/impl/imap-mailbox/external-james/pom.xml
@@ -41,10 +41,6 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-webadmin-data</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
             <artifactId>james-server-testing</artifactId>
             <scope>test</scope>
         </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org