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

dubbo-serialization-kryo:1.0.0中依赖的dubbo-common-extensions为SNAPSHOT版本 #173

Open
xlq20080808 opened this issue Nov 18, 2022 · 1 comment

Comments

@xlq20080808
Copy link

模块:dubbo-serialization-kryo
版本:1.0.0
dubbo官方文档中使用kryo要求添加依赖,版本为1.0.0
而maven官方仓库中该版本依赖的dubbo-common-extensions为SNAPSHOT版本
image
为什么上传到maven官方仓库的版本还依赖SNAPSHOT版本的包呢?
maven官方库中没有该SNAPSHOT包,拉取该包会报错
Could not find artifact org.apache.dubbo.extensions:dubbo-common-extensions:jar:3.0.0-SNAPSHOT

@aofall
Copy link
Contributor

aofall commented Apr 9, 2024

dubbo-spi-extensions has been released the version of 3.2.0, compatible with Dubbo 3.2.x
You can find the extension in maven central repository what you need and try it.

<dependency>
    <groupId>org.apache.dubbo.extensions</groupId>
    <artifactId>dubbo-serialization-kryo</artifactId>
    <version>3.2.0</version>
</dependency>

https://central.sonatype.com/artifact/org.apache.dubbo.extensions/dubbo-serialization-kryo

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

2 participants