-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Feature][linkis-public-enhancements] merge pes client #4845
Conversation
@@ -30,7 +30,7 @@ | |||
|
|||
<dependency> | |||
<groupId>org.apache.linkis</groupId> | |||
<artifactId>linkis-udf-client</artifactId> | |||
<artifactId>linkis-pes-client</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate import
<dependency> | ||
<groupId>org.apache.linkis</groupId> | ||
<artifactId>linkis-instance-label-client</artifactId> | ||
<artifactId>linkis-pes-client</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate import
|
||
<dependency> | ||
<groupId>org.apache.linkis</groupId> | ||
<artifactId>linkis-rpc</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rpc module should remove import
What is the purpose of the change
current we have too many modules, we can merge some clients code together
Related issues/PRs
Related issues: #4846
Related pr:#4845
Brief change log
merge bml-client、cs-client、datasource-client、error-code-client、instance-label-client、scriptis-dev-client udf-client to be linkis-pes-client module
Checklist