Skip to content

Commit

Permalink
Add required dependency after extracting NamespacedHierarchicalStore …
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimak committed Aug 1, 2023
1 parent f089882 commit 59f95bf
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 @@ -157,6 +157,12 @@
<version>${jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.10.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
Expand Down

0 comments on commit 59f95bf

Please sign in to comment.