Skip to content

Commit

Permalink
add var to pom too
Browse files Browse the repository at this point in the history
  • Loading branch information
mklose committed Sep 28, 2021
1 parent 98d95d9 commit 84fee84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>io.vavr</groupId>
<artifactId>vavr</artifactId>
<version>0.10.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
Expand Down

0 comments on commit 84fee84

Please sign in to comment.