Skip to content

Commit

Permalink
Import junit
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 5, 2023
1 parent 238d35a commit b063e54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,13 @@
<maven.compiler.source>1.10</maven.compiler.source>
<maven.compiler.target>1.10</maven.compiler.target>
</properties>

<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.10.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit b063e54

Please sign in to comment.