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 2018/12/14 10:34:28 UTC

[12/18] james-project git commit: MAILBOX-359 `mailbox/event/json/pom.xml` should use ${project.groupId}

MAILBOX-359 `mailbox/event/json/pom.xml` should use ${project.groupId}

Also add the `mailbox-api` test dependency that will be used later


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ffd767a6
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ffd767a6
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/ffd767a6

Branch: refs/heads/master
Commit: ffd767a682d95fc661c1bebd79023b79ff55fdfd
Parents: 9f0b357
Author: Benoit Tellier <bt...@linagora.com>
Authored: Thu Dec 13 10:50:54 2018 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Fri Dec 14 17:13:32 2018 +0700

----------------------------------------------------------------------
 mailbox/event/json/pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/ffd767a6/mailbox/event/json/pom.xml
----------------------------------------------------------------------
diff --git a/mailbox/event/json/pom.xml b/mailbox/event/json/pom.xml
index bc2621d..97034c3 100644
--- a/mailbox/event/json/pom.xml
+++ b/mailbox/event/json/pom.xml
@@ -39,6 +39,16 @@
 
     <dependencies>
         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>apache-james-mailbox-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>apache-james-mailbox-api</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>com.beachape</groupId>
             <artifactId>enumeratum_${scala.base}</artifactId>
             <version>1.5.13</version>
@@ -54,10 +64,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.james</groupId>
-            <artifactId>apache-james-mailbox-api</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
             <scope>test</scope>


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