|
@@ -0,0 +1,425 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<!--
|
|
|
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
+ ~ contributor license agreements. See the NOTICE file distributed with
|
|
|
+ ~ this work for additional information regarding copyright ownership.
|
|
|
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
+ ~ (the "License"); you may not use this file except in compliance with
|
|
|
+ ~ the License. You may obtain a copy of the License at
|
|
|
+ ~
|
|
|
+ ~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
+ ~
|
|
|
+ ~ Unless required by applicable law or agreed to in writing, software
|
|
|
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
+ ~ See the License for the specific language governing permissions and
|
|
|
+ ~ limitations under the License.
|
|
|
+ -->
|
|
|
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
+ <parent>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-plugin</artifactId>
|
|
|
+ <version>dev-SNAPSHOT</version>
|
|
|
+ </parent>
|
|
|
+
|
|
|
+ <artifactId>dolphinscheduler-task-all-prune</artifactId>
|
|
|
+
|
|
|
+ <dependencies>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-dataquality</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-datax</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-flink</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-flink-stream</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-http</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-mr</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-pigeon</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-procedure</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-python</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-seatunnel</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-shell</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-spark</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-sql</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-sqoop</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-emr</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-zeppelin</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-jupyter</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-k8s</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-mlflow</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-openmldb</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-dvc</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-dinky</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-java</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-sagemaker</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-pytorch</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-hivecli</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-chunjun</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-dms</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-datasync</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-kubeflow</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-linkis</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-datafactory</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.dolphinscheduler</groupId>
|
|
|
+ <artifactId>dolphinscheduler-task-remoteshell</artifactId>
|
|
|
+ <version>${project.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>*</groupId>
|
|
|
+ <artifactId>*</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+
|
|
|
+</project>
|