Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jan 4, 2024
1 parent e5f4545 commit c0f7755
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion surefire-providers/surefire-testng-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testngVersion}</version>
<version>${testngVersion}</version>
<classifier>jdk15</classifier>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testngVersion}</version>
<version>${testngVersion}</version>
<classifier>jdk15</classifier>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit c0f7755

Please sign in to comment.