From 0296ff6bb05d75d0b4133ccefcf85b485a71b6c1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 31 May 2017 23:06:37 +0100 Subject: [PATCH] Fix dependency management for Byte Buddy - Manage byte-buddy-agent in addition to byte-buddy - Remove dependency management from spring-boot-parent now that dependency management for Byte Buddy is provided in spring-boot-dependencies Closes gh-9373 --- spring-boot-dependencies/pom.xml | 5 +++++ spring-boot-parent/pom.xml | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 8ac2cb22a6..fa86667ef3 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -959,6 +959,11 @@ byte-buddy ${byte-buddy.version} + + net.bytebuddy + byte-buddy-agent + ${byte-buddy.version} + net.java.dev.jna jna diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 4348a6659f..04ce452c14 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -80,11 +80,6 @@ jline 2.11 - - net.bytebuddy - byte-buddy - 1.6.0 - net.sf.jopt-simple jopt-simple