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

jedis-2.9.0 scope被指定为provided,导致业务lib没这个包,影响功能 #1776

Closed
neverstop opened this issue May 26, 2020 · 2 comments
Labels
dependencies Pull requests that update a dependency file enhancement

Comments

@neverstop
Copy link

java-chassis-dependencies-2.0.1.pom :

redis.clients
jedis
${jedis.version}
provided
true

@liubao68
Copy link
Contributor

java chassis do not use redis, maybe can be removed in next version. you can specify the scope in your dependency or add you own dependency-management to include it.

@liubao68 liubao68 added dependencies Pull requests that update a dependency file enhancement labels May 26, 2020
@liubao68
Copy link
Contributor

Fixed in #1846 and will be available in 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

No branches or pull requests

2 participants