Skip to content

Commit

Permalink
add compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Feb 28, 2018
1 parent a478047 commit 152e20e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@
<version>3.0.2</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
</plugin>

</plugins>
</pluginManagement>

Expand Down

0 comments on commit 152e20e

Please sign in to comment.