From 45d673bd19d6032989c7035dbeb464a8268d5eba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knut=20Olav=20L=C3=B8ite?= Date: Wed, 1 Oct 2025 17:05:32 +0200 Subject: [PATCH] test: add bytebuddy for mybatis pg tests --- samples/spring-data-mybatis/postgresql/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/samples/spring-data-mybatis/postgresql/pom.xml b/samples/spring-data-mybatis/postgresql/pom.xml index 5f2b06f55..be4efa846 100644 --- a/samples/spring-data-mybatis/postgresql/pom.xml +++ b/samples/spring-data-mybatis/postgresql/pom.xml @@ -101,6 +101,19 @@ testlib test + + + net.bytebuddy + byte-buddy + 1.17.7 + test + + + net.bytebuddy + byte-buddy-agent + 1.17.7 + test + junit junit