dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
341 stars 53 forks source link

Add maven libraries #60

Closed piantino closed 2 years ago

piantino commented 2 years ago

Issue #58

Sample:

keycloak = new KeycloakContainer()
    .withProviderClassesFrom("target/classes");
    .withMavenDependencies("org.apache.commons:commons-dbcp2:2.9.0",
                "G:A:");

This copy transients dependencies too.

dasniko commented 2 years ago

Same as with your other PR. Please don't merge other project branches into your PR branch, just rebase your branch onto the main branch. This keeps the Git history clear. If it's possible to you, please reset your PR branch to the commit before the merge commit, thanks.

piantino commented 2 years ago

I rebased my branch with another branch in my repository, I don't know why Github doesn't understand that. I will take a step back, understand better your proposal in this library before proposing a PR.