-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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-14550][datasource-plugin] add HANA datasource-add pom.xml #14550
Conversation
<groupId>com.sap.cloud.db.jdbc</groupId> | ||
<artifactId>ngdbc</artifactId> | ||
<version>${ngdbc.version}</version> |
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.
After taking a quick look at Hana's license https://tools.hana.ondemand.com/developer-license-3_1.txt. It doesn't seem to comply with the Apache license.
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.
- could you please add sap jdbc to module bom like and use it in Hana pom
dolphinscheduler/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-mysql/pom.xml
Line 46 in 2f37da0
<artifactId>mysql-connector-java</artifactId> - and change scope due to not compatible reason
dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-all/pom.xml
Show resolved
Hide resolved
dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hana/pom.xml
Outdated
Show resolved
Hide resolved
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.
Please resolve conflicts.
This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity occurs. |
add HANA datasource-add pom.xml