We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67c77d commit 69da551Copy full SHA for 69da551
fsm/pom.xml
@@ -1,4 +1,3 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -18,14 +17,8 @@
18
17
</properties>
19
<dependencies>
20
<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>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
29
<scope>test</scope>
30
</dependency>
31
</dependencies>
0 commit comments