I can't include vck 5.0.0 in a maven project because maven cant resolve the following dependencies:
$ mvn clean install
...
The following artifacts could not be resolved:
- io.matthewnelson.encoding:core:jar:null (absent)
- io.matthewnelson.encoding:base16:jar:null (absent)
- io.matthewnelson.encoding:base64:jar:null (absent)
Those dependencies are transitive via vck / openid-data-classes:
It's a bug with the publishing plugin and there's nothing we can do to fix it, but report it upstream.
@n0900, please post your maven workaround here (it works with gradle).
I can't include vck 5.0.0 in a maven project because maven cant resolve the following dependencies:
Those dependencies are transitive via vck / openid-data-classes:
My guess is that the version of the encoding artifacts is absent in gradle-conventions-plugin:
https://github.com/a-sit-plus/vck/blob/release/5.0.0/openid-data-classes/build.gradle.kts:
https://github.com/a-sit-plus/gradle-conventions-plugin/blob/3f1fe1b97a8fda7e1877379148755b42b4c8b0f6/legacy/src/main/resources/versions.properties
Current Workarround: Exclude dependencies and include them directly with a specified version.