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

@@ -35,11 +35,6 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-dep</artifactId>
<version>${bytebuddy.version}</version>
</dependency>
</dependencies>
<build>
@@ -56,7 +51,6 @@
</build>
<properties>
<bytebuddy.version>1.10.10</bytebuddy.version>
<source.version>1.8</source.version>
<target.version>1.8</target.version>
</properties>