Skip to content

Commit

Permalink
resolve maven stability warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
endixk committed Jul 5, 2024
1 parent f426ac3 commit 8a77e80
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 @@ -42,7 +42,7 @@
<artifactId>lumberjack-mismatch</artifactId>
<scope>system</scope>
<version>1.0</version>
<systemPath>${basedir}/lib/Lumberjack_mismatch.jar</systemPath>
<systemPath>${pom.basedir}/lib/Lumberjack_mismatch.jar</systemPath>
</dependency>
</dependencies>

Expand All @@ -52,6 +52,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>8</source>
<target>8</target>
Expand Down

0 comments on commit 8a77e80

Please sign in to comment.