Skip to content

Commit

Permalink
Fix project doesn't compile with 'maven install' command
Browse files Browse the repository at this point in the history
  • Loading branch information
velitasali committed Jul 22, 2019
1 parent 62e64c9 commit a0049e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -60,7 +60,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -69,8 +69,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.1</version>
<configuration>
<source>8</source>
<show>private</show>
<nohelp>true</nohelp>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
Expand Down

0 comments on commit a0049e0

Please sign in to comment.