Skip to content

Commit d6d6a6b

Browse files
fix pom checked in by mistake
1 parent 991342a commit d6d6a6b

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

alias-test/pom.xml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,8 @@
2121

2222
<dependencies>
2323
<dependency>
24-
<groupId>junit</groupId>
25-
<artifactId>junit</artifactId>
26-
<version>5.8.1</version>
27-
<scope>test</scope>
28-
</dependency>
29-
<dependency>
30-
<groupId>com.google.guava</groupId>
31-
<artifactId>guava</artifactId>
32-
<scope>test</scope>
33-
</dependency>
34-
<dependency>
35-
<groupId>commons-io</groupId>
36-
<artifactId>commons-io</artifactId>
24+
<groupId>org.junit.jupiter</groupId>
25+
<artifactId>junit-jupiter-engine</artifactId>
3726
<scope>test</scope>
3827
</dependency>
3928
</dependencies>

0 commit comments

Comments
 (0)