From d2ad1dd2780dd68ba41473a8d9567ac52db7cbe9 Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Thu, 2 Jul 2020 19:11:44 +0200 Subject: [PATCH] Adjust build config. --- byte-buddy-agent/pom.xml | 2 +- byte-buddy-benchmark/pom.xml | 11 +++++++++++ byte-buddy-dep/pom.xml | 6 +++--- byte-buddy/pom.xml | 2 +- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/byte-buddy-agent/pom.xml b/byte-buddy-agent/pom.xml index ff3544f9c15..1c19f6a7dda 100644 --- a/byte-buddy-agent/pom.xml +++ b/byte-buddy-agent/pom.xml @@ -69,7 +69,7 @@ net.bytebuddy byte-buddy - 1.10.12 + 1.10.13 test diff --git a/byte-buddy-benchmark/pom.xml b/byte-buddy-benchmark/pom.xml index 9cc136f5afd..ad903d29948 100644 --- a/byte-buddy-benchmark/pom.xml +++ b/byte-buddy-benchmark/pom.xml @@ -127,7 +127,18 @@ org.openjdk.jmh.Main + + META-INF/LICENSE + + + + *:* + + **/module-info.class + + + diff --git a/byte-buddy-dep/pom.xml b/byte-buddy-dep/pom.xml index 985d77edb10..ca55e4064c8 100644 --- a/byte-buddy-dep/pom.xml +++ b/byte-buddy-dep/pom.xml @@ -101,7 +101,7 @@ net.bytebuddy byte-buddy-maven-plugin - 1.10.12 + 1.10.13 compile @@ -116,13 +116,13 @@ net.bytebuddy byte-buddy - 1.10.12 + 1.10.13 net.bytebuddy.build.HashCodeAndEqualsPlugin$WithNonNullableFields net.bytebuddy byte-buddy - 1.10.12 + 1.10.13 net.bytebuddy.build.CachedReturnPlugin diff --git a/byte-buddy/pom.xml b/byte-buddy/pom.xml index bb257bd6da2..8f0982ae05b 100644 --- a/byte-buddy/pom.xml +++ b/byte-buddy/pom.xml @@ -189,7 +189,7 @@ - + org.apache.felix maven-bundle-plugin