Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Jun 10, 2022
1 parent a8295bf commit c55a9cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surefire-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit48</artifactId>
<artifactId>surefire-junit47</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>suerfire-junit4</artifactId>
<artifactId>surefire-junit4</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit c55a9cd

Please sign in to comment.