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 1e37c75 commit 2e7abc3Copy full SHA for 2e7abc3
samples/spring-data-jdbc/postgresql/pom.xml
@@ -110,6 +110,19 @@
110
<classifier>testlib</classifier>
111
<scope>test</scope>
112
</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
121
122
+ <artifactId>byte-buddy-agent</artifactId>
123
124
125
126
<dependency>
127
<groupId>junit</groupId>
128
<artifactId>junit</artifactId>
0 commit comments