We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1add4a6 commit 42326d9Copy full SHA for 42326d9
samples/spring-data-mybatis/postgresql/pom.xml
@@ -101,6 +101,19 @@
101
<classifier>testlib</classifier>
102
<scope>test</scope>
103
</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
112
113
+ <artifactId>byte-buddy-agent</artifactId>
114
115
116
117
<dependency>
118
<groupId>junit</groupId>
119
<artifactId>junit</artifactId>
0 commit comments