JAVA-1782: Remove byte-buddy dep from parent-boot-2's children

This commit is contained in:
Krzysztof Woyke
2020-06-05 15:38:09 +02:00
parent 15cce73fb2
commit a896e9d77d
9 changed files with 0 additions and 48 deletions

View File

@@ -41,11 +41,6 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-dep</artifactId>
<version>1.10.9</version>
</dependency>
</dependencies>
<build>