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:07:18 UTC

svn commit: r1900758 - /manifoldcf/trunk/framework/core/pom.xml

Author: kwright
Date: Tue May 10 00:07:17 2022
New Revision: 1900758

URL: http://svn.apache.org/viewvc?rev=1900758&view=rev
Log:
Update pom for core build

Modified:
    manifoldcf/trunk/framework/core/pom.xml

Modified: manifoldcf/trunk/framework/core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/core/pom.xml?rev=1900758&r1=1900757&r2=1900758&view=diff
==============================================================================
--- manifoldcf/trunk/framework/core/pom.xml (original)
+++ manifoldcf/trunk/framework/core/pom.xml Tue May 10 00:07:17 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>