Missing artifact version of netty-tcnative-boringssl-static #7938
Labels
kind/bug
Categorizes an issue or PR as a bug
version:1.3.0
Marks an issue as being completely or in parts released in 1.3.0
Describe the bug
The Maven build of dependent projects fails when updating
zeebe-bom
to version1.2.0
.It seems that the version of the artifact
netty-tcnative-boringssl-static
can't be resolved. Instead of a version, it has the placeholder${tcnative.version}
.The
zeebe-bom
imports the dependency tonetty
vianetty-bom
:/bom/pom.xml
It seems that
netty-bom
was changed and now includesnetty-tcnative-boringssl-static
with the placeholder${tcnative.version}
. See here.netty/bom/pom.xml
To Reproduce
Create a Maven project that includes the dependency to
zeebe
viazeebe-bom
.Expected behavior
I can update the Maven dependency without including additional dependencies.
Log/Stacktrace
Full Stacktrace
Environment:
1.2.0
The text was updated successfully, but these errors were encountered: