JAVA-1782: Add byte-buddy to parent-boot-2

This commit is contained in:
Krzysztof Woyke 2020-06-05 15:10:58 +02:00
parent 2716a2a6d0
commit 07751eeea2
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,11 @@
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>