Remove unused byte-buddy

This commit is contained in:
Tim Donohue
2025-02-10 10:14:36 -06:00
parent 3c70f1ec96
commit ccfee04f4a

View File

@@ -1804,13 +1804,6 @@
<artifactId>jakarta.annotation-api</artifactId> <artifactId>jakarta.annotation-api</artifactId>
<version>${jakarta-annotation.version}</version> <version>${jakarta-annotation.version}</version>
</dependency> </dependency>
<!-- mockito-inline and hibernate-ehcache pull in different versions of byte-buddy. Specify which we want. -->
<!-- TODO: We might be able to remove this after hibernate-ehcache is replaced by hibernate-jcache -->
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.16.1</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>