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


The following commit(s) were added to refs/heads/master by this push:
     new 06a884d  JAMES-3693 Add missing dependency declaration in root pom for 
redis rate limiter module (#883)
06a884d is described below

commit 06a884d52374c4751bfb8314466a19ce8a12f830
Author: Rene Cordier <[email protected]>
AuthorDate: Wed Feb 16 03:14:32 2022 +0000

    JAMES-3693 Add missing dependency declaration in root pom for redis rate 
limiter module (#883)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6fc7325..e123774 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1780,6 +1780,11 @@
             </dependency>
             <dependency>
                 <groupId>${james.groupId}</groupId>
+                <artifactId>james-server-rate-limiter-redis</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>${james.groupId}</groupId>
                 <artifactId>james-server-spring</artifactId>
                 <version>${project.version}</version>
             </dependency>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to