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

linkis engineconn plugins pom add nebula module #4969

Merged
merged 7 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions linkis-engineconn-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<module>elasticsearch</module>
<module>seatunnel</module>
<module>hbase</module>
<module>nebula</module>
<module>repl</module>
</modules>
<profiles>
Expand Down
2 changes: 2 additions & 0 deletions tool/dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ chill_2.12-0.7.6.jar
classgraph-4.1.7.jar
classmate-1.5.1.jar
clickhouse-jdbc-0.4.6.jar
client-3.0.0.jar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need add license and notice txt for new dependence jars
refer to https://linkis.apache.org/zh-CN/docs/latest/development/development-specification/license

commons-beanutils-1.9.4.jar
commons-cli-1.3.1.jar
commons-crypto-1.0.0.jar
Expand Down Expand Up @@ -373,6 +374,7 @@ jsr305-3.0.1.jar
jsr305-3.0.2.jar
jsr311-api-1.1.1.jar
jta-1.1.jar
jts-core-1.16.1.jar
jul-to-slf4j-1.7.30.jar
kafka-clients-2.5.1.jar
kafka-clients-2.7.0.jar
Expand Down
Loading