Skip to content

Commit

Permalink
Move to JUnit 5 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez authored Feb 14, 2022
1 parent 1b2c729 commit 7d6bb5a
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 88 deletions.
4 changes: 2 additions & 2 deletions expression/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<artifactId>jboss-logging-processor</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 7d6bb5a

Please sign in to comment.