BAEL-3075 - Removing byte-buddy dependency

This commit is contained in:
Aitor Cuesta
2020-04-15 08:01:26 +02:00
parent a9daddd9b6
commit 2cd62a7f0b

View File

@@ -51,11 +51,6 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-spring4</artifactId>