Skip to content

Commit b684cc7

Browse files
SPSP
authored andcommitted
build: adding junit dependency to the module
1 parent 445b395 commit b684cc7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

notification/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
<groupId>ch.qos.logback</groupId>
4444
<artifactId>logback-classic</artifactId>
4545
</dependency>
46+
<dependency>
47+
<groupId>org.junit.jupiter</groupId>
48+
<artifactId>junit-jupiter</artifactId>
49+
<scope>test</scope>
50+
</dependency>
4651
</dependencies>
4752

4853
<artifactId>notification</artifactId>

0 commit comments

Comments
 (0)