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

Could top.guoziyang:rpc-api:3.0-SNAPSHOT drop off redundant dependencies? #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Celebrate-future
Copy link

image
This figure presents the dependency tree between multiple modules in My-RPC-Framework. As shown in this figure, Library org.slf4j:slf4j-simple:jar:1.7.30 in rpc-common, rpc-core, rpc-api, test-server, test-client is inherited from their parent module. However, it is not used by rpc-api. We can perform refactoring operations in the pom, by removing such redundant dependencies in rpc-api.

Specifically, the scope of org.slf4j:slf4j-simple:jar:1.7.30 in rpc-api can be changed from compile to provided. The revisions in the pom are described as follows:
image

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

Successfully merging this pull request may close these issues.

1 participant