From e94a11e16e374576f585ee2dba9db8400c75ec49 Mon Sep 17 00:00:00 2001
From: Christopher Tubbs <ctubbsii@apache.org>
Date: Wed, 13 Jun 2018 20:38:36 -0400
Subject: [PATCH] [build] Add missing version to rat plugin (#1168)

---
 rest/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rest/pom.xml b/rest/pom.xml
index adb56594..6120581f 100644
--- a/rest/pom.xml
+++ b/rest/pom.xml
@@ -120,6 +120,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.12</version>
         <configuration>
           <excludes>
             <exclude>src/test/resources/error_trace.txt</exclude>
-- 
GitLab