You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/06/14 06:59:28 UTC

[james-project] 06/28: [FIX] JPA: add DBCP2 to reuse connections

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch 3.8.x
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit d53c43202232d2716a079a54686ea0255d853b27
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Jun 5 13:24:48 2023 +0700

    [FIX] JPA: add DBCP2 to reuse connections
---
 backends-common/jpa/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/backends-common/jpa/pom.xml b/backends-common/jpa/pom.xml
index ef0681f24f..b55b1a6f80 100644
--- a/backends-common/jpa/pom.xml
+++ b/backends-common/jpa/pom.xml
@@ -38,6 +38,11 @@
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-dbcp2</artifactId>
+            <version>2.9.0</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.derby</groupId>
             <artifactId>derby</artifactId>


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