Skip to content

Commit

Permalink
(jcabi#200) Add junit-jupiter-params as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Jul 8, 2020
1 parent 866d760 commit 6fd1b63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>${junit-platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
Expand Down

0 comments on commit 6fd1b63

Please sign in to comment.