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

Support JDK 11 #13

Open
uqix opened this issue Jan 19, 2021 · 3 comments
Open

Support JDK 11 #13

uqix opened this issue Jan 19, 2021 · 3 comments

Comments

@uqix
Copy link

uqix commented Jan 19, 2021

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
@ellios
Copy link

ellios commented Sep 1, 2021

exclude掉hbase的依赖就可以了,什么时候能升级下正式支持下java 11呢

@sxyseo
Copy link

sxyseo commented Nov 25, 2024

参考如下:

        <!-- 百度云 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>

@jidaojiuyou
Copy link

一个 sdk 为什么会依赖 hbase 的 client。很是让人想不通。干脆直接排了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants