From 567b5df15c061439465c939800a04e4c3fa0d0d5 Mon Sep 17 00:00:00 2001 From: Cameron Rodriguez Date: Wed, 12 Jul 2023 20:51:44 -0400 Subject: [PATCH] [ELY-2084] Rename and activate ssl modules --- pom.xml | 8 +++++++- ssl/base/pom.xml | 6 +++--- ssl/domain/pom.xml | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e2e11e973d9..6d5513a00a5 100644 --- a/pom.xml +++ b/pom.xml @@ -789,6 +789,11 @@ wildfly-elytron-ssl ${project.version} + + org.wildfly.security + wildfly-elytron-ssl-base + ${project.version} + org.wildfly.security wildfly-elytron-ssh-util @@ -1423,7 +1428,8 @@ sasl/otp sasl/plain sasl/scram - ssl + ssl/base + ssl/domain ssh/util tool util diff --git a/ssl/base/pom.xml b/ssl/base/pom.xml index 9e849cb697f..78d96544f34 100644 --- a/ssl/base/pom.xml +++ b/ssl/base/pom.xml @@ -30,10 +30,10 @@ 4.0.0 - wildfly-elytron-ssl + wildfly-elytron-ssl-base - WildFly Elytron - SSL - WildFly Security SSL + WildFly Elytron - SSL Base + WildFly Security - Base SSL diff --git a/ssl/domain/pom.xml b/ssl/domain/pom.xml index 452b069db48..0a22dac8fd3 100644 --- a/ssl/domain/pom.xml +++ b/ssl/domain/pom.xml @@ -33,12 +33,12 @@ wildfly-elytron-ssl WildFly Elytron - SSL Security Domain - WildFly Security SSL Domain + WildFly Security SSL with Security Domain Components org.wildfly.security - wildfly-elytron-ssl-common + wildfly-elytron-ssl-base org.wildfly.security