Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sikina committed Nov 2, 2023
1 parent f4088ad commit 52b6c7b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
</repository>
</repositories>
<properties>
<jackson.version>2.10.5</jackson.version>
<jackson.version>2.10.5</jackson.version>
<java.version>11</java.version>
</properties>
<build>
<pluginManagement>
Expand All @@ -32,9 +33,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 52b6c7b

Please sign in to comment.