Skip to content

Commit

Permalink
optimize the pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
c5ms committed Nov 25, 2024
1 parent e4503ba commit f005c20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@

<properties>
<java.version>17</java.version>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<!--<assertj.version>3.8.0</assertj.version>-->
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<build>
Expand Down

0 comments on commit f005c20

Please sign in to comment.