Skip to content

Commit b7a3f16

Browse files
authored
add junit 4.x to dependency management (#596)
1 parent 7bb08b3 commit b7a3f16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,11 @@
163163
<artifactId>javax.servlet-api</artifactId>
164164
<version>3.1.0</version>
165165
</dependency>
166+
<dependency>
167+
<groupId>junit</groupId>
168+
<artifactId>junit</artifactId>
169+
<version>4.13.2</version>
170+
</dependency>
166171
<dependency>
167172
<groupId>org.junit</groupId>
168173
<artifactId>junit-bom</artifactId>

0 commit comments

Comments
 (0)