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

@@ -45,13 +45,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-batch</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-dep</artifactId>
<version>${bytebuddy.version}</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
@@ -70,7 +63,6 @@
<properties>
<start-class>com.baeldung.TaskDemo</start-class>
<bytebuddy.version>1.10.10</bytebuddy.version>
</properties>
</project>