JAVA-1782: Add byte-buddy explicitly to avoid versions confilict

This commit is contained in:
Krzysiek 2020-06-07 18:17:05 +02:00
parent ea59a08f4f
commit 0ad021f134
1 changed files with 6 additions and 0 deletions

View File

@ -225,6 +225,12 @@
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
<!-- jhipster-needle-maven-add-dependency -->
</dependencies>