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/23 03:37:56 UTC

[james-project] 08/14: JAMES-2764 Reordering correctly dependencies

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 4db9e6b972a9fc41ae7e6cb887c8291db974e9c2
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Tue May 21 17:49:36 2019 +0700

    JAMES-2764 Reordering correctly dependencies
---
 mailbox/elasticsearch-v6/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/mailbox/elasticsearch-v6/pom.xml b/mailbox/elasticsearch-v6/pom.xml
index 2d8fc64..0591267 100644
--- a/mailbox/elasticsearch-v6/pom.xml
+++ b/mailbox/elasticsearch-v6/pom.xml
@@ -93,13 +93,13 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
-            <artifactId>james-server-util</artifactId>
-            <type>test-jar</type>
+            <artifactId>james-server-testing</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>james-server-testing</artifactId>
+            <groupId>${james.groupId}</groupId>
+            <artifactId>james-server-util</artifactId>
+            <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>


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