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

rmannibucau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new a7c4f44  OPENJPA-2803 make pool2 optional in OSGi
a7c4f44 is described below

commit a7c4f4405eacd749659ecd0130cdb4d5e05acd3a
Author: Romain Manni-Bucau <rmannibu...@apache.org>
AuthorDate: Tue Feb 11 07:53:25 2020 +0100

    OPENJPA-2803 make pool2 optional in OSGi
---
 openjpa/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/openjpa/pom.xml b/openjpa/pom.xml
index fd16eb6..3300b37 100644
--- a/openjpa/pom.xml
+++ b/openjpa/pom.xml
@@ -138,6 +138,7 @@
                             javax.xml.bind.*;resolution:=optional,
                             serp.*;resolution:=optional,
                             org.apache.commons.dbcp2.*;resolution:=optional,
+                            org.apache.commons.pool2.*;resolution:=optional,
                             io.fabric8.kubernetes.*;resolution:=optional,
                             javax.persistence.*;version="[1.1.0,2.2)",
                             *

Reply via email to