Temporarily update to rat-maven-plugin SNAPSHOT

Since the problem with RAT-215 only manifests itself on Jenkins and I
was unable to reproduce it by fiddling with -Dfile.encoding I am
temporarily using a SNAPSHOT version to validate the fix.

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1736173 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/slingshot/pom.xml b/slingshot/pom.xml
index 4b0aed9..38c887e 100644
--- a/slingshot/pom.xml
+++ b/slingshot/pom.xml
@@ -65,6 +65,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
+                <version>0.12.0-SNAPSHOT</version>
                 <configuration>
                     <excludes>
                         <exclude>src/main/resources/SLING-INF/content/**/*.json</exclude>
@@ -72,7 +73,6 @@
                         <exclude>src/main/resources/SLING-INF/content/slingshot/resources/js/*.js</exclude>
                         <exclude>src/main/resources/SLING-INF/content/slingshot/resources/fonts/*.svg</exclude>
                         <exclude>src/test/resources/**.json</exclude>
-                        <exclude>**/*.woff2</exclude>
                     </excludes>
                 </configuration>
             </plugin>