Skip to content

Commit 5ef847c

Browse files
committed
deps: add bytebuddy for test workaround
1 parent 8990c1e commit 5ef847c

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)