JAVA-3593: Use byte-buddy version inherited from the main pom.xml
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user