Merge pull request #9440 from kwoyke/JAVA-1782

JAVA-1782: Add byte-buddy dependency to the parent-boot-2
This commit is contained in:
Josh Cummings
2020-06-06 13:41:27 -06:00
committed by GitHub
10 changed files with 5 additions and 48 deletions
@@ -41,10 +41,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>