adorsys / open-banking-gateway

Provides RESTful API, tools, adapters, and connectors for transparent access to open banking API's (for banks that support PSD2 and XS2A as well as HBCI/FinTS)
https://adorsys.github.io/open-banking-gateway
GNU Affero General Public License v3.0
251 stars 94 forks source link

Am running into an Error. #1323

Open ghost opened 2 years ago

ghost commented 2 years ago

Could not find artifact de.adorsys.opba:fintech-impl:jar:1.0.1-SNAPSHOT in snapshots-repo

valb3r commented 2 years ago

@DanielMawioo Thanks for the feedback! There is no public SNAPSHOT repository. It looks like you are trying to use OBG from develop branch, if it is really what you want you should run in repository root mvn clean install -DskipTests in order to generate SNAPSHOT artifacts on your local machine. Or you may use master branch that contains artifacts from the public maven central repository