Skip to content

Commit

Permalink
Added junit5 to cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
alex268 committed Feb 13, 2024
1 parent cab37c2 commit d2fce14
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ydb-cookbook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Receipts of usage Java SDK for YDB</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit5.version>5.10.1</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -50,6 +50,13 @@
<artifactId>ydb-junit5-support</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit5.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d2fce14

Please sign in to comment.