You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2021/01/29 03:09:10 UTC

[james-project] 10/13: JAMES-3494 remove rabbitmq dependencies to cassandra-guice module

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 1b0f3bf89a8fa0f690cc93639cd09e621fc6556a
Author: RĂ©mi Kowalski <rk...@linagora.com>
AuthorDate: Tue Jan 26 15:52:23 2021 +0100

    JAMES-3494 remove rabbitmq dependencies to cassandra-guice module
---
 server/container/guice/cassandra-guice/pom.xml                        | 4 ----
 .../guice/cassandra-guice/src/test/resources/rabbitmq.properties      | 2 --
 server/container/guice/cassandra-rabbitmq-guice/pom.xml               | 4 ++++
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/server/container/guice/cassandra-guice/pom.xml b/server/container/guice/cassandra-guice/pom.xml
index b0f1fa2..28ee945 100644
--- a/server/container/guice/cassandra-guice/pom.xml
+++ b/server/container/guice/cassandra-guice/pom.xml
@@ -296,10 +296,6 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
-            <artifactId>queue-rabbitmq-guice</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${james.groupId}</groupId>
             <artifactId>quota-mailing-cassandra</artifactId>
         </dependency>
         <dependency>
diff --git a/server/container/guice/cassandra-guice/src/test/resources/rabbitmq.properties b/server/container/guice/cassandra-guice/src/test/resources/rabbitmq.properties
deleted file mode 100644
index 25d0dd6..0000000
--- a/server/container/guice/cassandra-guice/src/test/resources/rabbitmq.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-uri=amqp://james:james@rabbitmq_host:5672
-management.uri=http://james:james@rabbitmq_host:15672/api/
\ No newline at end of file
diff --git a/server/container/guice/cassandra-rabbitmq-guice/pom.xml b/server/container/guice/cassandra-rabbitmq-guice/pom.xml
index fa427f1..a75b05e 100644
--- a/server/container/guice/cassandra-rabbitmq-guice/pom.xml
+++ b/server/container/guice/cassandra-rabbitmq-guice/pom.xml
@@ -165,6 +165,10 @@
         </dependency>
         <dependency>
             <groupId>${james.groupId}</groupId>
+            <artifactId>queue-rabbitmq-guice</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${james.groupId}</groupId>
             <artifactId>testing-base</artifactId>
             <scope>test</scope>
         </dependency>


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