Skip to content

Commit

Permalink
added properties
Browse files Browse the repository at this point in the history
  • Loading branch information
juegge authored Jan 17, 2024
1 parent 5dbc7ce commit 3d4da32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
<version>0.0.1-SNAPSHOT</version>
<name>JavaVulnerableLab Maven Webapp</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.release>11</maven.compiler.release>
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 3d4da32

Please sign in to comment.