BAEL-3075 - Removing byte-buddy dependency

This commit is contained in:
Aitor Cuesta 2020-04-15 08:01:26 +02:00
parent 33d6f3853c
commit 8c77609793
1 changed files with 0 additions and 5 deletions

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>