TAVERNA-921 avoid apache-rat failing on DEPENDENCIES
diff --git a/pom.xml b/pom.xml
index 9e054ea..9ac0e16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -586,6 +586,13 @@
             unecessarily clutter so we exclude these
             -->
             <exclude>**/META-INF/services/*</exclude>
+
+            <!-- Generated during the release process -->
+            <exclude>DEPENDENCIES</exclude>
+
+           <!-- Created by Maven Shade plugin -->
+           <exclude>dependency-reduced-pom.xml</exclude>
+
           </excludes>
         </configuration>
     </plugin>