Add apache-rat-plugin exclusion for EDL 1.0 licensed jakarta.activation-api and jakarta.xml.bind-api. See https://www.apache.org/legal/resolved.html#category-a
diff --git a/pom.xml b/pom.xml
index 64d878e..4e50322 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1291,6 +1291,10 @@
                                 <exclude>legal/jaxen-LICENSE.txt</exclude>
                                 <!-- BSD style license -->
                                 <exclude>legal/stax2-api-LICENSE.txt</exclude>
+                                <!-- BSD style license -->
+                                <exclude>legal/jakarta.activation-api-LICENSE.txt</exclude>
+                                <!-- BSD style license -->
+                                <exclude>legal/jakarta.xml.bind-api-LICENSE.txt</exclude>
                                 <!-- Files used by various developer tools -->
                                 <exclude>*.sonarj</exclude>
                                 <!-- File generated by maven-release-plugin -->