Skip to content

Commit

Permalink
Merge pull request #174 from automatictester/master
Browse files Browse the repository at this point in the history
Ban TestNG dependency
  • Loading branch information
jglick authored Apr 2, 2019
2 parents 6b8536c + 0f3ec6c commit d51a497
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,8 @@
<exclude>log4j:log4j:*:jar:runtime</exclude>
<exclude>commons-logging:commons-logging:*:jar:compile</exclude>
<exclude>commons-logging:commons-logging:*:jar:runtime</exclude>
<!-- Jenkins Test Harness is based on JUnit. Adding TestNG dependency would disable some of its functionality. -->
<exclude>org.testng:testng</exclude>
</excludes>
</bannedDependencies>
<requireUpperBoundDeps>
Expand Down

0 comments on commit d51a497

Please sign in to comment.