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:08:03 UTC

svn commit: r1900759 - in /manifoldcf/branches/release-2.22-branch: ./ framework/core/pom.xml

Author: kwright
Date: Tue May 10 00:08:03 2022
New Revision: 1900759

URL: http://svn.apache.org/viewvc?rev=1900759&view=rev
Log:
Update POM

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

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

Modified: manifoldcf/branches/release-2.22-branch/framework/core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-2.22-branch/framework/core/pom.xml?rev=1900759&r1=1900758&r2=1900759&view=diff
==============================================================================
--- manifoldcf/branches/release-2.22-branch/framework/core/pom.xml (original)
+++ manifoldcf/branches/release-2.22-branch/framework/core/pom.xml Tue May 10 00:08:03 2022
@@ -82,6 +82,11 @@
       <version>${log4j.version}</version>
     </dependency>
     <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>${commons-lang.version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.velocity</groupId>
       <artifactId>velocity-engine-core</artifactId>
       <version>${velocity-engine-core.version}</version>