JAVA-1782: Add byte-buddy explicitly to avoid versions confilict

This commit is contained in:
Krzysztof Woyke
2020-06-08 10:35:11 +02:00
parent 400bda9b15
commit 2274e0b6f4
3 changed files with 19 additions and 0 deletions

View File

@@ -151,6 +151,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>