JUNEAU-44 - Simplify the configuration for apache-rat-plugin
diff --git a/pom.xml b/pom.xml
index 262deaa..ae59501 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,16 +135,14 @@
 			<plugin>
 				<groupId>org.apache.rat</groupId>
 				<artifactId>apache-rat-plugin</artifactId>
+				<!--
+					! Can be removed if updated to asf parent version 19.
+				-->
+				<version>0.12</version>
 				<configuration>
 					<excludes>
-						<exclude>**/*.log</exclude>
-						<exclude>**/.idea</exclude>
-						<exclude>**/*.iml</exclude>
 						<exclude>**/*.classpath</exclude>
-						<exclude>**/*.settings</exclude>
-						<exclude>**/*.log.*</exclude>
 						<exclude>**/target/**</exclude>
-						<exclude>DEPENDENCIES</exclude>
 						<consoleOutput>true</consoleOutput>
 					</excludes>
 				</configuration>