[NO ISSUE][LIC] Remove unnecessary RAT override

Change-Id: Ida9d837c61ffd4f8c72751e5fb5149ec4529e1fa
Reviewed-on: https://asterix-gerrit.ics.uci.edu/2862
Reviewed-by: Till Westmann <tillw@apache.org>
Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Tested-by: Michael Blow <mblow@apache.org>
diff --git a/asterixdb/asterix-dashboard/pom.xml b/asterixdb/asterix-dashboard/pom.xml
index de9e38e..b41572d 100644
--- a/asterixdb/asterix-dashboard/pom.xml
+++ b/asterixdb/asterix-dashboard/pom.xml
@@ -58,29 +58,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>default</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <configuration>
-              <licenses combine.children="append">
-                <license
-                    implementation="org.apache.rat.analysis.license.MITLicense"/>
-              </licenses>
-              <excludes combine.children="append">
-                <exclude>src/main/resources/dashboard/static/*</exclude>
-                <exclude>src/node/**</exclude>
-              </excludes>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>com.github.eirslett</groupId>
         <artifactId>frontend-maven-plugin</artifactId>
         <version>1.6</version>