Skip to content

Commit 3f04c31

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add junit dependency
1 parent a0bafbe commit 3f04c31

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@
105105
<artifactId>slf4j-simple</artifactId>
106106
<scope>test</scope>
107107
</dependency>
108+
109+
<dependency>
110+
<groupId>junit</groupId>
111+
<artifactId>junit</artifactId>
112+
<version>4.13.1</version>
113+
<scope>test</scope>
114+
</dependency>
108115
</dependencies>
109116

110117
<build>

0 commit comments

Comments
 (0)