Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Could org.apache.servicecomb.pack:persistence-jpa:0.7.0-SNAPSHOT drop off redundant dependencies to loose weight? #722

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

Conversation

Celebrate-future
Copy link

@Celebrate-future Celebrate-future commented Jul 29, 2021

@coolbeevip Hi, I am a user of project org.apache.servicecomb.pack:persistence-jpa:0.7.0-SNAPSHOT. I found that its pom file introduced 37 dependencies. However, among them, 7 libraries (18%) have not been used by your project (the redundant dependencies are listed below). Reduce these useless dependencies can help prevent conflicts between library versions. MeanWhile, it can minimize the total added size to projects. It can also help enable advanced scenarios for this project.
This PR helps org.apache.servicecomb.pack:persistence-jpa:0.7.0-SNAPSHOT lose weight :) I have tested the revised configuration in my local environment. It is safe to remove the unused libraries.

Best regards

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.1.6.RELEASE</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the dependency manager in pom instead of specify the version directly here.
It will help us manage the third party dependencies.

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

Successfully merging this pull request may close these issues.

2 participants