Update rat exclude rules

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1687547 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ce6d4f8..71632c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,8 @@
                 <configuration>
                     <excludes>
                         <exclude>src/test/resources/META-INF/test.txt</exclude>
+                        <exclude>src/test/resources/bundleData/nested/first.txt</exclude>
+                        <exclude>src/test/resources/bundleData/nested/second.txt</exclude>
                     </excludes>
                 </configuration>
             </plugin>