opa-spring-security icon indicating copy to clipboard operation
opa-spring-security copied to clipboard

Decide on how we should store dependencies and their versions

Open lukasz-kaminski opened this issue 4 years ago • 0 comments

There has been a discussion over the way of managing dependencies in our project. Currently, we have a kt file with dependencies and their versions, so that declaration of dependency in build.gradle.kts looks like this

implementation(SpringSecurity.OAuth2.core)

We should decide if this is the way we want to pursue, or maybe we should revert to having everyting in build.gradle.kts.

lukasz-kaminski avatar Mar 11 '20 09:03 lukasz-kaminski