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 350987a98d spotless
350987a98d is described below

commit 350987a98da5d5bfa0f78693017e585205ded287
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Mon Feb 2 13:35:10 2026 +0100

    spotless
---
 plugins/transforms/repeatfields/pom.xml | 2 +-
 pom.xml                                 | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/transforms/repeatfields/pom.xml 
b/plugins/transforms/repeatfields/pom.xml
index 13ca0234c7..4fbc2d60dd 100644
--- a/plugins/transforms/repeatfields/pom.xml
+++ b/plugins/transforms/repeatfields/pom.xml
@@ -41,5 +41,5 @@
         </dependencies>
     </dependencyManagement>
 
-    <dependencies />
+    <dependencies></dependencies>
 </project>
diff --git a/pom.xml b/pom.xml
index ddc4938928..4488d3a16c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -423,9 +423,9 @@
                         <includes>
                             <include>src/**/*.java</include>
                         </includes>
-                        <googleJavaFormat />
-                        <importOrder />
-                        <removeUnusedImports />
+                        <googleJavaFormat></googleJavaFormat>
+                        <importOrder></importOrder>
+                        <removeUnusedImports></removeUnusedImports>
                     </java>
                     <pom>
                         <includes>

Reply via email to