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 0f22d50595
commit 5e2039396d

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>