Skip to content

Commit

Permalink
fixes #25
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Apr 3, 2018
1 parent 0230af4 commit 7fce5fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
</scm>

<properties>
<java.version>8</java.version>
<cryptolib.version>1.2.0</cryptolib.version>
<dagger.version>2.15</dagger.version>
<guava.version>23.6-jre</guava.version>
Expand Down Expand Up @@ -138,8 +137,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<release>8</release>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
Expand Down

0 comments on commit 7fce5fc

Please sign in to comment.