Skip to content

Commit aaebb0c

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
build: add junit dependency
1 parent e8f3532 commit aaebb0c

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
@@ -109,6 +109,12 @@
109109
<artifactId>slf4j-simple</artifactId>
110110
<scope>test</scope>
111111
</dependency>
112+
<dependency>
113+
<groupId>junit</groupId>
114+
<artifactId>junit</artifactId>
115+
<version>4.13.1</version>
116+
<scope>test</scope>
117+
</dependency>
112118
</dependencies>
113119

114120
<build>

0 commit comments

Comments
 (0)