We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compiling with JDK 11 results in this error:
Could not find artifact jdk.tools:jdk.tools:jar:1.6 at specified path /usr/local/openjdk-11/../lib/tools.jar
The text was updated successfully, but these errors were encountered:
exclude掉hbase的依赖就可以了,什么时候能升级下正式支持下java 11呢
Sorry, something went wrong.
参考如下:
<!-- 百度云 JAVA SDK --> <dependency> <groupId>com.baidubce</groupId> <artifactId>bce-java-sdk</artifactId> <version>0.10.345</version> <exclusions> <exclusion> <groupId>org.apache.hbase</groupId> <artifactId>hbase-client</artifactId> </exclusion> </exclusions> </dependency>
一个 sdk 为什么会依赖 hbase 的 client。很是让人想不通。干脆直接排了。
No branches or pull requests
Compiling with JDK 11 results in this error:
The text was updated successfully, but these errors were encountered: