You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2022/05/10 00:27:39 UTC

svn commit: r1900763 - in /manifoldcf/branches/release-2.22-branch: ./ connectors/opensearchserver/pom.xml

Author: kwright
Date: Tue May 10 00:27:39 2022
New Revision: 1900763

URL: http://svn.apache.org/viewvc?rev=1900763&view=rev
Log:
Fix another missing dependency

Modified:
    manifoldcf/branches/release-2.22-branch/   (props changed)
    manifoldcf/branches/release-2.22-branch/connectors/opensearchserver/pom.xml

Propchange: manifoldcf/branches/release-2.22-branch/
------------------------------------------------------------------------------
  Merged /manifoldcf/trunk:r1900762

Modified: manifoldcf/branches/release-2.22-branch/connectors/opensearchserver/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.22-branch/connectors/opensearchserver/pom.xml?rev=1900763&r1=1900762&r2=1900763&view=diff
==============================================================================
--- manifoldcf/branches/release-2.22-branch/connectors/opensearchserver/pom.xml (original)
+++ manifoldcf/branches/release-2.22-branch/connectors/opensearchserver/pom.xml Tue May 10 00:27:39 2022
@@ -228,6 +228,11 @@
       <artifactId>commons-codec</artifactId>
       <version>${commons-codec.version}</version>
     </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>${commons-collections.version}</version>
+    </dependency>
     
     <!-- Testing dependencies -->