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
@@ -40,11 +40,6 @@
<artifactId>db-util</artifactId>
<version>${db-util.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
</dependency>
</dependencies>
<properties>