Skip to content

Commit 575983f

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add junit dependency
1 parent da9e12c commit 575983f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

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

110116
<build>

0 commit comments

Comments
 (0)