Malformed dependency version causing the build failure

Closes #30134

Signed-off-by: Martin Kanis <mkanis@redhat.com>
This commit is contained in:
Martin Kanis 2024-06-04 12:38:58 +02:00 committed by Alexander Schwartz
parent 82beee607e
commit 173f09fa6b

View file

@ -797,7 +797,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>{byte-buddy.version}</version>
<version>${byte-buddy.version}</version>
</dependency>
</dependencies>
</profile>