Skip to content

Commit 2e7abc3

Browse files
committed
chore: add bytebuddy for test workaround
1 parent 1e37c75 commit 2e7abc3

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,19 @@
110110
<classifier>testlib</classifier>
111111
<scope>test</scope>
112112
</dependency>
113+
<!-- TODO: Remove when the mock server no longer uses this -->
114+
<dependency>
115+
<groupId>net.bytebuddy</groupId>
116+
<artifactId>byte-buddy</artifactId>
117+
<version>1.17.7</version>
118+
<scope>test</scope>
119+
</dependency>
120+
<dependency>
121+
<groupId>net.bytebuddy</groupId>
122+
<artifactId>byte-buddy-agent</artifactId>
123+
<version>1.17.7</version>
124+
<scope>test</scope>
125+
</dependency>
113126
<dependency>
114127
<groupId>junit</groupId>
115128
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)