You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/05/28 13:08:34 UTC

[hop] branch master updated: HOP-3480 - re-added formula module

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 66a6b80b53 HOP-3480 - re-added formula module
     new bb0961a4a2 Merge pull request #1508 from bamaer/master
66a6b80b53 is described below

commit 66a6b80b53f6a636791d4f16a674fbbeb1bb96c2
Author: Bart Maertens <ba...@know.bi>
AuthorDate: Sat May 28 14:03:27 2022 +0200

    HOP-3480 - re-added formula module
---
 plugins/transforms/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/transforms/pom.xml b/plugins/transforms/pom.xml
index 8d5f456a89..c50f601bc3 100644
--- a/plugins/transforms/pom.xml
+++ b/plugins/transforms/pom.xml
@@ -112,6 +112,7 @@
                 <module>filestoresult</module>
                 <module>filterrows</module>
                 <module>flattener</module>
+                <module>formula</module>
                 <module>fuzzymatch</module>
                 <module>getfilenames</module>
                 <module>getfilesrowcount</module>