5 ms·
Sure, I'm happy with locking the parts I need to lock. Why would I lock the parts I don't need to lock?
by deredede 1y ago
Sure, I'm happy with locking the parts I need to lock. Why would I lock the parts I don't need to lock?
- skywhopper 1y agoBecause you can’t know which ones you “need” to lock.
- lenkite 1y agoYou can definitely know this. Use mvn dependency:tree -Dverbose Or use maven-enforcer-plugin to fail the build on conflicts.