Skip to content

Commit 42326d9

Browse files
authored
test: add bytebuddy for mybatis pg tests (#2235)
1 parent 1add4a6 commit 42326d9

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,19 @@
101101
<classifier>testlib</classifier>
102102
<scope>test</scope>
103103
</dependency>
104+
<!-- TODO: Remove when the mock server no longer uses this -->
105+
<dependency>
106+
<groupId>net.bytebuddy</groupId>
107+
<artifactId>byte-buddy</artifactId>
108+
<version>1.17.7</version>
109+
<scope>test</scope>
110+
</dependency>
111+
<dependency>
112+
<groupId>net.bytebuddy</groupId>
113+
<artifactId>byte-buddy-agent</artifactId>
114+
<version>1.17.7</version>
115+
<scope>test</scope>
116+
</dependency>
104117
<dependency>
105118
<groupId>junit</groupId>
106119
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)