Skip to content

Commit 69da551

Browse files
committed
Update opm.xml
1 parent d67c77d commit 69da551

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

fsm/pom.xml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
21
<project xmlns="http://maven.apache.org/POM/4.0.0"
32
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -18,14 +17,8 @@
1817
</properties>
1918
<dependencies>
2019
<dependency>
21-
<groupId>org.testng</groupId>
22-
<artifactId>testng</artifactId>
23-
<version>RELEASE</version>
24-
<scope>test</scope>
25-
</dependency>
26-
<dependency>
27-
<groupId>org.junit.jupiter</groupId>
28-
<artifactId>junit-jupiter-api</artifactId>
20+
<groupId>junit</groupId>
21+
<artifactId>junit</artifactId>
2922
<scope>test</scope>
3023
</dependency>
3124
</dependencies>

0 commit comments

Comments
 (0)