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

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


The following commit(s) were added to refs/heads/main by this push:
     new ebb222a056 Add Repeat Fields transform to assembly #6078 (#6161)
ebb222a056 is described below

commit ebb222a056959468205285fb22374a83fcb2bf7f
Author: Nicolas Adment <[email protected]>
AuthorDate: Wed Dec 10 08:45:02 2025 +0100

    Add Repeat Fields transform to assembly #6078 (#6161)
---
 assemblies/plugins/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/assemblies/plugins/pom.xml b/assemblies/plugins/pom.xml
index 28ce33c69b..c9995e4800 100644
--- a/assemblies/plugins/pom.xml
+++ b/assemblies/plugins/pom.xml
@@ -1369,6 +1369,12 @@
             <version>${project.version}</version>
             <type>zip</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.hop</groupId>
+            <artifactId>hop-transform-repeatfields</artifactId>
+            <version>${project.version}</version>
+            <type>zip</type>
+        </dependency>
         <dependency>
             <groupId>org.apache.hop</groupId>
             <artifactId>hop-transform-replacestring</artifactId>

Reply via email to