This is an automated email from the ASF dual-hosted git repository. nadment pushed a commit to branch HOP1919 in repository https://gitbox.apache.org/repos/asf/hop.git
commit a40bc75b669c0b930a5be914fb3517f714f8d42f Author: Nicolas Adment <[email protected]> AuthorDate: Fri Dec 9 21:01:40 2022 +0100 Fix #1919 : Oracle's bulk loader transform is missing --- assemblies/plugins/dist/pom.xml | 13 +++++++++++++ plugins/actions/as400command/pom.xml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/assemblies/plugins/dist/pom.xml b/assemblies/plugins/dist/pom.xml index f7a33b9861..fa86a32486 100644 --- a/assemblies/plugins/dist/pom.xml +++ b/assemblies/plugins/dist/pom.xml @@ -1830,6 +1830,19 @@ </exclusions> </dependency> + <dependency> + <groupId>org.apache.hop</groupId> + <artifactId>hop-assemblies-plugins-transforms-orabulkloader</artifactId> + <version>${project.version}</version> + <type>zip</type> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.apache.hop</groupId> <artifactId>hop-assemblies-plugins-transforms-pipelineexecutor</artifactId> diff --git a/plugins/actions/as400command/pom.xml b/plugins/actions/as400command/pom.xml index 7b8016c597..df37e62181 100644 --- a/plugins/actions/as400command/pom.xml +++ b/plugins/actions/as400command/pom.xml @@ -28,7 +28,7 @@ <artifactId>hop-action-as400command</artifactId> <packaging>jar</packaging> - <name>Hop Plugins AS/400 Command</name> + <name>Hop Plugins Actions AS/400 Command</name> <dependencies> <dependency>
