xingbowu commented on a change in pull request #3067:
URL: https://github.com/apache/iceberg/pull/3067#discussion_r711566478
##########
File path: build.gradle
##########
@@ -262,6 +262,36 @@ project(':iceberg-data') {
}
}
+project(':iceberg-aliyun') {
+ dependencies {
+ compile project(':iceberg-api')
+ compile project(':iceberg-common')
+
+ compileOnly 'com.aliyun.oss:aliyun-sdk-oss'
+ compileOnly 'javax.xml.bind:jaxb-api'
+ compileOnly 'javax.activation:activation'
+ compileOnly 'org.glassfish.jaxb:jaxb-runtime'
Review comment:
per aliyun oss sdk documentation,
https://help.aliyun.com/document_detail/32009.html
jaxb related dependencies need to be added under java 9 and plus version
environment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]