Skip to content

Commit 4fdd0f4

Browse files
authored
Update pom.xml
1 parent 0a6d403 commit 4fdd0f4

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<version>1.0-SNAPSHOT</version>
1010

1111
<properties>
12-
<maven.compiler.source>20</maven.compiler.source>
13-
<maven.compiler.target>20</maven.compiler.target>
12+
<maven.compiler.source>25</maven.compiler.source>
13+
<maven.compiler.target>25</maven.compiler.target>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515
</properties>
1616
<dependencies>
@@ -20,12 +20,6 @@
2020
<version>5.8.1</version>
2121
<scope>test</scope>
2222
</dependency>
23-
<dependency>
24-
<groupId>org.junit.jupiter</groupId>
25-
<artifactId>junit-jupiter</artifactId>
26-
<version>5.8.1</version>
27-
<scope>test</scope>
28-
</dependency>
2923
</dependencies>
3024

3125
</project>

0 commit comments

Comments
 (0)