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 275c6bd commit 1add4a6Copy full SHA for 1add4a6
samples/spring-data-mybatis/googlesql/pom.xml
@@ -104,6 +104,19 @@
104
<classifier>testlib</classifier>
105
<scope>test</scope>
106
</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
115
116
+ <artifactId>byte-buddy-agent</artifactId>
117
118
119
120
<dependency>
121
<groupId>junit</groupId>
122
<artifactId>junit</artifactId>
0 commit comments