From d5104c66668494694ea7f50e83498db9d6a50a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Mon, 29 Sep 2025 08:21:20 +0200 Subject: [PATCH] chore: add ByteBuddy for tests for MyBatis sample --- samples/spring-data-mybatis/googlesql/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/samples/spring-data-mybatis/googlesql/pom.xml b/samples/spring-data-mybatis/googlesql/pom.xml index e14577e30..d55124ddc 100644 --- a/samples/spring-data-mybatis/googlesql/pom.xml +++ b/samples/spring-data-mybatis/googlesql/pom.xml @@ -104,6 +104,19 @@ testlib test + + + net.bytebuddy + byte-buddy + 1.17.7 + test + + + net.bytebuddy + byte-buddy-agent + 1.17.7 + test + junit junit