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

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

commit 8e23433689f943ac38efb981e33b8b7eef355096
Author: juanpablo <juanpa...@apache.org>
AuthorDate: Wed Oct 14 19:52:42 2020 +0200

    CircularFifoQueue used in DefaultWorkflowManager comes from 
commons-collections4
---
 jspwiki-main/pom.xml | 5 +++++
 pom.xml              | 7 +++++++
 2 files changed, 12 insertions(+)

diff --git a/jspwiki-main/pom.xml b/jspwiki-main/pom.xml
index a2ebf45..4a9752a 100644
--- a/jspwiki-main/pom.xml
+++ b/jspwiki-main/pom.xml
@@ -54,6 +54,11 @@
     </dependency>
 
     <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-collections4</artifactId>
+    </dependency>
+
+    <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-queryparser</artifactId>
     </dependency>
diff --git a/pom.xml b/pom.xml
index 0f6effb..685a980 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
 
     <akismet-java.version>1.02</akismet-java.version>
     <awaitility.version>4.0.3</awaitility.version>
+    <commons-collections.version>4.4</commons-collections.version>
     <commons-fileupload.version>1.4</commons-fileupload.version>
     <commons-httpclient.version>3.1</commons-httpclient.version>
     <commons-io.version>2.8.0</commons-io.version>
@@ -188,6 +189,12 @@
 
       <dependency>
         <groupId>org.apache.commons</groupId>
+        <artifactId>commons-collections4</artifactId>
+        <version>${commons-collections.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
         <version>${commons-lang.version}</version>
       </dependency>

Reply via email to