From 2267ebc732d5e00ace77e00c2a03547f5c49fac9 Mon Sep 17 00:00:00 2001 From: Farah Juma Date: Wed, 3 Mar 2021 11:16:31 -0500 Subject: [PATCH] [ELY-2099] Ensure only WildFly Elytron classes are included in the shaded JAR --- wildfly-elytron/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wildfly-elytron/pom.xml b/wildfly-elytron/pom.xml index 4cc508e32be..489eafc4e63 100644 --- a/wildfly-elytron/pom.xml +++ b/wildfly-elytron/pom.xml @@ -170,9 +170,9 @@ true false - - org.wildfly.common:wildfly-common - + + org.wildfly.security:* +