2021-08-18 10:32:19 +08:00
|
|
|
<?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.
|
|
|
|
-->
|
2022-08-30 10:45:51 +08:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2021-08-18 10:32:19 +08:00
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2022-08-30 10:45:51 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2021-08-18 10:32:19 +08:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId>
|
2022-08-30 10:45:51 +08:00
|
|
|
<artifactId>dolphinscheduler</artifactId>
|
2022-04-07 18:15:19 +08:00
|
|
|
<version>dev-SNAPSHOT</version>
|
2021-08-18 10:32:19 +08:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>dolphinscheduler-task-plugin</artifactId>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<modules>
|
2022-12-02 23:19:08 +08:00
|
|
|
<module>dolphinscheduler-task-all</module>
|
2021-08-18 10:32:19 +08:00
|
|
|
<module>dolphinscheduler-task-api</module>
|
2021-09-07 15:04:18 +08:00
|
|
|
<module>dolphinscheduler-task-shell</module>
|
|
|
|
<module>dolphinscheduler-task-datax</module>
|
2021-08-18 10:32:19 +08:00
|
|
|
<module>dolphinscheduler-task-flink</module>
|
2021-09-07 15:04:18 +08:00
|
|
|
<module>dolphinscheduler-task-http</module>
|
|
|
|
<module>dolphinscheduler-task-mr</module>
|
2021-08-18 10:32:19 +08:00
|
|
|
<module>dolphinscheduler-task-python</module>
|
|
|
|
<module>dolphinscheduler-task-spark</module>
|
2021-09-02 10:08:38 +08:00
|
|
|
<module>dolphinscheduler-task-sql</module>
|
|
|
|
<module>dolphinscheduler-task-sqoop</module>
|
|
|
|
<module>dolphinscheduler-task-procedure</module>
|
2021-10-01 14:54:04 +08:00
|
|
|
<module>dolphinscheduler-task-pigeon</module>
|
2022-01-27 15:55:45 +08:00
|
|
|
<module>dolphinscheduler-task-dataquality</module>
|
2022-01-07 20:51:11 +08:00
|
|
|
<module>dolphinscheduler-task-seatunnel</module>
|
2022-03-01 11:43:37 +08:00
|
|
|
<module>dolphinscheduler-task-emr</module>
|
2022-05-18 17:23:42 +08:00
|
|
|
<module>dolphinscheduler-task-k8s</module>
|
2022-04-17 22:10:10 +08:00
|
|
|
<module>dolphinscheduler-task-zeppelin</module>
|
2022-05-12 19:55:49 +08:00
|
|
|
<module>dolphinscheduler-task-jupyter</module>
|
2022-05-19 09:40:31 +08:00
|
|
|
<module>dolphinscheduler-task-mlflow</module>
|
2022-05-31 11:00:21 +08:00
|
|
|
<module>dolphinscheduler-task-openmldb</module>
|
2022-06-21 13:13:46 +08:00
|
|
|
<module>dolphinscheduler-task-dvc</module>
|
2022-07-05 10:07:24 +08:00
|
|
|
<module>dolphinscheduler-task-dinky</module>
|
2022-09-09 10:37:24 +08:00
|
|
|
<module>dolphinscheduler-task-java</module>
|
2022-07-21 18:16:58 +08:00
|
|
|
<module>dolphinscheduler-task-sagemaker</module>
|
2022-07-28 19:25:29 +08:00
|
|
|
<module>dolphinscheduler-task-chunjun</module>
|
2022-08-10 21:44:43 +08:00
|
|
|
<module>dolphinscheduler-task-flink-stream</module>
|
2022-08-18 10:20:37 +08:00
|
|
|
<module>dolphinscheduler-task-pytorch</module>
|
2022-08-30 10:45:51 +08:00
|
|
|
<module>dolphinscheduler-task-hivecli</module>
|
2022-09-30 10:16:16 +08:00
|
|
|
<module>dolphinscheduler-task-dms</module>
|
2022-10-09 10:47:01 +08:00
|
|
|
<module>dolphinscheduler-task-datasync</module>
|
2022-11-11 16:08:38 +08:00
|
|
|
<module>dolphinscheduler-task-kubeflow</module>
|
2022-11-17 10:14:36 +08:00
|
|
|
<module>dolphinscheduler-task-linkis</module>
|
2023-01-30 11:15:20 +08:00
|
|
|
<module>dolphinscheduler-task-datafactory</module>
|
2023-03-30 20:17:28 +08:00
|
|
|
<module>dolphinscheduler-task-remoteshell</module>
|
2021-08-18 10:32:19 +08:00
|
|
|
</modules>
|
2022-07-20 10:37:31 +08:00
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.dolphinscheduler</groupId>
|
|
|
|
<artifactId>dolphinscheduler-bom</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2022-09-20 09:48:02 +08:00
|
|
|
|
2022-08-30 10:45:51 +08:00
|
|
|
</project>
|