diff --git a/distribution/galleon-feature-packs/saml-adapter-galleon-pack/pom.xml b/distribution/galleon-feature-packs/saml-adapter-galleon-pack/pom.xml
index 344c966fd7..781e426c73 100644
--- a/distribution/galleon-feature-packs/saml-adapter-galleon-pack/pom.xml
+++ b/distribution/galleon-feature-packs/saml-adapter-galleon-pack/pom.xml
@@ -270,6 +270,7 @@
${basedir}/target/resources/license/licenses.xml
${license.directory}/keycloak-saml-adapter-galleon-pack-licenses.xml
+ wildfly-common-ee-dependency-management|wildfly-ee-galleon-pack|wildfly-legacy-ee-bom|wildfly-standard-ee-bom\z
diff --git a/distribution/galleon-feature-packs/saml-adapter-galleon-pack/src/main/resources/license/licenses.xml b/distribution/galleon-feature-packs/saml-adapter-galleon-pack/src/main/resources/license/licenses.xml
index 938a11b5cc..e105fdd61f 100644
--- a/distribution/galleon-feature-packs/saml-adapter-galleon-pack/src/main/resources/license/licenses.xml
+++ b/distribution/galleon-feature-packs/saml-adapter-galleon-pack/src/main/resources/license/licenses.xml
@@ -6,7 +6,7 @@
keycloak-adapter-spi
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -16,7 +16,7 @@
keycloak-undertow-adapter-spi
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -26,7 +26,7 @@
keycloak-common
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -36,7 +36,7 @@
keycloak-core
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -46,7 +46,7 @@
keycloak-crypto-default
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -56,7 +56,7 @@
keycloak-jboss-adapter-core
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -66,7 +66,7 @@
keycloak-saml-adapter-api-public
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -76,7 +76,7 @@
keycloak-saml-adapter-core
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -86,7 +86,7 @@
keycloak-saml-core
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -96,7 +96,7 @@
keycloak-saml-core-public
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
@@ -106,27 +106,27 @@
keycloak-saml-undertow-adapter
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
org.keycloak
- keycloak-saml-wildfly-elytron-adapter
+ keycloak-saml-wildfly-elytron-jakarta-adapter
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
org.keycloak
- keycloak-saml-wildfly-subsystem
+ keycloak-saml-wildfly-jakarta-subsystem
- Apache Software License 2.0
+ Apache License 2.0
https://raw.githubusercontent.com/keycloak/keycloak/999-SNAPSHOT/LICENSE.txt
diff --git a/distribution/galleon-feature-packs/saml-adapter-galleon-pack/src/main/resources/packages/docs.licenses/content/docs/licenses/mit.txt b/distribution/galleon-feature-packs/saml-adapter-galleon-pack/src/main/resources/packages/docs.licenses/content/docs/licenses/mit.txt
deleted file mode 100644
index 056140b6dd..0000000000
--- a/distribution/galleon-feature-packs/saml-adapter-galleon-pack/src/main/resources/packages/docs.licenses/content/docs/licenses/mit.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-MIT License
-
-Copyright (c) ${license.git.copyrightYears} The Waffle Project Contributors: https://github.com/Waffle/waffle/graphs/contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.