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

@@ -37,12 +37,6 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-dep</artifactId>
<version>${bytebuddy.version}</version>
</dependency>
<!-- Spring -->
<dependency>
<groupId>org.springframework</groupId>
@@ -73,7 +67,6 @@
<properties>
<jinq.version>1.8.29</jinq.version>
<bytebuddy.version>1.10.10</bytebuddy.version>
</properties>
</project>