From f164ddd113e2c4d56010af91dc21a8d69ff375a5 Mon Sep 17 00:00:00 2001 From: Rafael Winterhalter Date: Sun, 3 Nov 2024 23:47:10 +0100 Subject: [PATCH] Extend regex to include inner classes. --- byte-buddy/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/byte-buddy/pom.xml b/byte-buddy/pom.xml index eabf94b9f4e..362e16110dc 100644 --- a/byte-buddy/pom.xml +++ b/byte-buddy/pom.xml @@ -445,10 +445,10 @@ org\.ow2\.asm:.* - org/objectweb/asm/[a-zA-Z\.]+ - org/objectweb/asm/signature/[a-zA-Z\.]+ + org/objectweb/asm/[a-zA-Z0-9$\.]+ + org/objectweb/asm/signature/[a-zA-Z0-9$\.]+ org/objectweb/asm/commons/.*Remapper.* - org/objectweb/asm/commons/ModuleHashesAttribute.class + org/objectweb/asm/commons/ModuleHashesAttribute[a-zA-Z0-9$\.]]*.class