This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 8b8b9bf139da354fb95f87a0f31c82051be69d71 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Oct 30 08:19:47 2024 +0100 Revert commons-pool2 exclusion --- pom.xml | 4 ---- .../reference-guide/configuration/highavailability.adoc | 10 ---------- 2 files changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index 6b7bac6bb1..7c8b8c009a 100644 --- a/pom.xml +++ b/pom.xml @@ -669,10 +669,6 @@ under the License. <groupId>org.apache.xbean</groupId> <artifactId>xbean-asm8-shaded</artifactId> </exclusion> - <exclusion> - <groupId>org.apache.commons</groupId> - <artifactId>commons-pool2</artifactId> - </exclusion> </exclusions> </dependency> <dependency> diff --git a/src/main/asciidoc/reference-guide/configuration/highavailability.adoc b/src/main/asciidoc/reference-guide/configuration/highavailability.adoc index 040175b998..4cb69194de 100644 --- a/src/main/asciidoc/reference-guide/configuration/highavailability.adoc +++ b/src/main/asciidoc/reference-guide/configuration/highavailability.adoc @@ -37,16 +37,6 @@ persistence.remoteCommitProvider=sjvm which is suited for single JVM installations; with multiple instances, more options like as TCP, JMS or Kubernetes are available; see the OpenJPA documentation for reference. -With multiple instances, ensure to add the following dependency to `core/pom.xml`: - -[source,xml,subs="verbatim,attributes"] ----- -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-pool2</artifactId> -</dependency> ----- - [WARNING] ==== The https://openjpa.apache.org/builds/3.2.2/apache-openjpa/docs/ref_guide_event.html[OpenJPA documentation^]'s XML
