JAVA-3593: Use byte-buddy version inherited from the main pom.xml

This commit is contained in:
Krzysztof Woyke
2021-03-29 23:11:42 +02:00
parent 999593d14e
commit f17d5e9e03
6 changed files with 2 additions and 30 deletions

View File

@@ -66,11 +66,6 @@
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
</dependency>
<!-- test scoped -->
<dependency>
@@ -97,7 +92,6 @@
<!-- utilities -->
<guava.version>21.0</guava.version>
<byte-buddy.version>1.10.16</byte-buddy.version>
</properties>
</project>