Skip to content

Commit

Permalink
change scope of static schema dependency
Browse files Browse the repository at this point in the history
fix static schema dependency
  • Loading branch information
hansva committed Oct 1, 2024
1 parent 32d0d95 commit 43e75e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/transforms/textfile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 43e75e8

Please sign in to comment.