Junior — Middle
Should CGLIB be added as a dependency if it will not be used further?
sobes.tech AI
Answer from AI
If the CGLIB library is not used in the project, it should not be added to the dependencies. Unnecessary dependencies increase the size of the application, can lead to version conflicts, and complicate code maintenance. It is better to keep dependencies minimal and add only those that are truly needed.