Merge pull request #9461 from eugenp/JAVA-1782

JAVA-1782: Remove byte-buddy from the main pom.xml
This commit is contained in:
Josh Cummings
2020-06-10 21:30:20 -06:00
committed by GitHub
7 changed files with 32 additions and 12 deletions
@@ -55,6 +55,12 @@
<artifactId>hibernate-testing</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>