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
commit 43e75e85b9f05ceed8db88c1289ea7b6150a55f3 Author: Hans Van Akelyen <[email protected]> AuthorDate: Tue Oct 1 17:11:42 2024 +0200 change scope of static schema dependency fix static schema dependency --- plugins/transforms/textfile/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/transforms/textfile/pom.xml b/plugins/transforms/textfile/pom.xml index 71ab5416f4..393b3475d7 100644 --- a/plugins/transforms/textfile/pom.xml +++ b/plugins/transforms/textfile/pom.xml @@ -32,8 +32,9 @@ <dependencies> <dependency> <groupId>org.apache.hop</groupId> - <artifactId>hop-plugins-static-schema</artifactId> + <artifactId>hop-misc-static-schema</artifactId> <version>${project.version}</version> + <scope>provided</scope> </dependency> </dependencies>
