Skip to content

Commit

Permalink
AVRO-2119: Update Apache Rat. Fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Dec 22, 2017
1 parent a79b436 commit 2e25d2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<!-- plugin versions -->
<antrun-plugin.version>1.7</antrun-plugin.version>
<enforcer-plugin.version>1.3.1</enforcer-plugin.version>
<rat.version>0.9</rat.version>
<rat.version>0.12</rat.version>
<checkstyle-plugin.version>2.17</checkstyle-plugin.version>
</properties>

Expand Down Expand Up @@ -214,6 +214,7 @@
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>${rat.version}</version>
<inherited>false</inherited>
<executions>
<execution>
<phase>test</phase>
Expand Down

0 comments on commit 2e25d2e

Please sign in to comment.