OpenBankingToolkit / openbanking-reference-implementation

ForgeRock OpenBanking Reference Implementation is an example of how you can bundle all the micro-services together to create an Open Banking eco-system
Apache License 2.0
7 stars 4 forks source link

Simplify dependency management #101

Open BohoCode opened 4 years ago

BohoCode commented 4 years ago

Story

As a developer I would like a way to more quickly manage dependencies so that code changes in low level libs such as the eidas-psd2-cert lib can be propagated quickly across all of our micro-service.

benjefferies commented 4 years ago

I believe the simplest way to manage low-level libraries is to treat them as external libraries that we leverage. This will mean we will manage them in the same manner as most of our dependencies. To reduce burden on managing version we should: