JAVA-3593: Use byte-buddy version inherited from the main pom.xml

This commit is contained in:
Krzysztof Woyke
2021-03-29 23:11:42 +02:00
parent f93bb51d5c
commit f17aec8395
6 changed files with 2 additions and 30 deletions
-5
View File
@@ -71,11 +71,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.10.11</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>