Skip to content

Commit

Permalink
#139 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 8, 2022
1 parent 0195362 commit a7212c4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Expand Up @@ -987,13 +987,9 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</activation>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a7212c4

Please sign in to comment.