Skip to content

Commit 1add4a6

Browse files
authored
chore: add ByteBuddy for tests for MyBatis sample (#2232)
Adds the ByteBuddy dependency that is needed for some test workarounds for mTLS.
1 parent 275c6bd commit 1add4a6

File tree

1 file changed

+13
-0
lines changed
  • samples/spring-data-mybatis/googlesql

1 file changed

+13
-0
lines changed

samples/spring-data-mybatis/googlesql/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,19 @@
104104
<classifier>testlib</classifier>
105105
<scope>test</scope>
106106
</dependency>
107+
<!-- TODO: Remove when the mock server no longer uses this -->
108+
<dependency>
109+
<groupId>net.bytebuddy</groupId>
110+
<artifactId>byte-buddy</artifactId>
111+
<version>1.17.7</version>
112+
<scope>test</scope>
113+
</dependency>
114+
<dependency>
115+
<groupId>net.bytebuddy</groupId>
116+
<artifactId>byte-buddy-agent</artifactId>
117+
<version>1.17.7</version>
118+
<scope>test</scope>
119+
</dependency>
107120
<dependency>
108121
<groupId>junit</groupId>
109122
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)