From ee9229d9823bfdf57f4a37cf439beb8177e881e7 Mon Sep 17 00:00:00 2001 From: Pedro Hos Date: Fri, 15 Oct 2021 14:03:31 -0300 Subject: [PATCH] [ELY-2171] Add test for MappedRegexRealmMapper #1601 --- auth/util/pom.xml | 170 ++++++++++++++++++++++++---------------------- 1 file changed, 89 insertions(+), 81 deletions(-) diff --git a/auth/util/pom.xml b/auth/util/pom.xml index c9d314a08a..28a308a92d 100644 --- a/auth/util/pom.xml +++ b/auth/util/pom.xml @@ -1,94 +1,102 @@ - + + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - - org.wildfly.security - wildfly-elytron-parent - 1.17.3.CR1-SNAPSHOT - ../../pom.xml - + + org.wildfly.security + wildfly-elytron-parent + 1.17.3.CR1-SNAPSHOT + ../../pom.xml + - 4.0.0 + 4.0.0 - wildfly-elytron-auth-util + wildfly-elytron-auth-util - WildFly Elytron - Auth Util - WildFly Security Auth Util + WildFly Elytron - Auth Util + WildFly Security Auth Util - - - org.wildfly.security - wildfly-elytron-auth - - - org.wildfly.security - wildfly-elytron-base - - - org.wildfly.security - wildfly-elytron-credential - - - org.wildfly.security - wildfly-elytron-auth-server - - - org.wildfly.security - wildfly-elytron-mechanism-gssapi - - - org.wildfly.security - wildfly-elytron-security-manager-action - + + + org.wildfly.security + wildfly-elytron-auth + + + org.wildfly.security + wildfly-elytron-base + + + org.wildfly.security + wildfly-elytron-credential + + + org.wildfly.security + wildfly-elytron-auth-server + + + org.wildfly.security + wildfly-elytron-mechanism-gssapi + + + org.wildfly.security + wildfly-elytron-security-manager-action + - - org.wildfly.common - wildfly-common - - + + org.wildfly.common + wildfly-common + + - - org.jboss.logging - jboss-logging - - - org.jboss.logging - jboss-logging-annotations - provided - - - org.jboss.logging - jboss-logging-processor - provided - - - org.apache.sshd - sshd-common - + + org.jboss.logging + jboss-logging + + + org.jboss.logging + jboss-logging-annotations + provided + + + org.jboss.logging + jboss-logging-processor + provided + + + org.apache.sshd + sshd-common + - - junit - junit - test - - - org.jmockit - jmockit - test - + + junit + junit + test + + + org.jmockit + jmockit + test + - + - + \ No newline at end of file