Skip to content

Commit 6f10d23

Browse files
committed
remove JUnit-dependency from pom.xml for TestNG-example
1 parent 2e9f3fb commit 6f10d23

File tree

1 file changed

+6
-0
lines changed
  • examples/java-calculator-testng

1 file changed

+6
-0
lines changed

examples/java-calculator-testng/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
<groupId>info.cukes</groupId>
2828
<artifactId>cucumber-testng</artifactId>
2929
<scope>test</scope>
30+
<exclusions>
31+
<exclusion>
32+
<groupId>junit</groupId>
33+
<artifactId>junit</artifactId>
34+
</exclusion>
35+
</exclusions>
3036
</dependency>
3137
</dependencies>
3238
</project>

0 commit comments

Comments
 (0)