diff --git a/byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java b/byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java index 212be6c7157..dff05e68add 100644 --- a/byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java +++ b/byte-buddy-dep/src/main/java/net/bytebuddy/build/Plugin.java @@ -21,6 +21,7 @@ import net.bytebuddy.description.type.TypeDescription; import net.bytebuddy.dynamic.ClassFileLocator; import net.bytebuddy.dynamic.DynamicType; +import net.bytebuddy.dynamic.TypeResolutionStrategy; import net.bytebuddy.dynamic.scaffold.inline.MethodNameTransformer; import net.bytebuddy.implementation.LoadedTypeInitializer; import net.bytebuddy.matcher.ElementMatcher; @@ -3634,7 +3635,7 @@ public Summary apply(Source source, Target target, List entry : dynamicType.getLoadedTypeInitializers().entrySet()) { if (entry.getValue().isAlive()) { diff --git a/pom.xml b/pom.xml index 3a2386e5902..16e0c3eb342 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 net.bytebuddy @@ -75,6 +76,7 @@ 2.5 1.12 3.0.2 + 3.8.2 1.6.0 3.6.0 2.5.3 @@ -321,6 +323,11 @@ true + + org.apache.maven.plugins + maven-site-plugin + ${version.plugin.site} + org.apache.maven.plugins maven-compiler-plugin