Skip to content

Commit

Permalink
refactor(pom.xml): change scope of testng to test
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed Apr 3, 2023
1 parent dbc3ac7 commit bb7e489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
<scope>compile</scope>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit bb7e489

Please sign in to comment.