Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 重构将 tis-datax-executor 迁移到 datax工程中 #215

Closed
baisui1981 opened this issue Apr 17, 2023 · 2 comments
Closed

[feat] 重构将 tis-datax-executor 迁移到 datax工程中 #215

baisui1981 opened this issue Apr 17, 2023 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@baisui1981
Copy link
Member

baisui1981 commented Apr 17, 2023

重构,为了实现 TIS各个模块的单向依赖,目前tis工程中 有依赖datax 工程的artifact(<artifactId>datax-core</artifactId>)形成循环依赖,不利于自动化构建执行,需要将tis的tis-datax-executor 迁移到dataX工程中去

@baisui1981 baisui1981 changed the title [feat] 重构将 tis-datax [feat] 重构将 tis-datax-executor 迁移到 datax工程中 Apr 17, 2023
@baisui1981 baisui1981 added this to the v4.0.0 milestone Apr 17, 2023
@baisui1981 baisui1981 added the enhancement New feature or request label Apr 17, 2023
@baisui1981 baisui1981 modified the milestones: v4.0.0, v3.7.2 May 8, 2023
@baisui1981
Copy link
Member Author

改成artifact名称为:

 <dependency>
   <groupId>com.alibaba.datax</groupId>
   <artifactId>tis-datax-executor</artifactId>
   <version>3.7.2</version>
 </dependency>

@baisui1981
Copy link
Member Author

完成了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant