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 528bf8d commit cbdaf82Copy full SHA for cbdaf82
pom.xml
@@ -317,6 +317,18 @@
317
<scope>test</scope>
318
</dependency>
319
320
+ <dependency>
321
+ <groupId>net.bytebuddy</groupId>
322
+ <artifactId>byte-buddy</artifactId>
323
+ <version>1.14.4</version>
324
+ <scope>test</scope>
325
+ </dependency>
326
327
328
+ <artifactId>byte-buddy-agent</artifactId>
329
330
331
332
</dependencies>
333
334
<build>
0 commit comments