X Tutup
Skip to content

Commit 8f37bcf

Browse files
committed
add junit
1 parent a2735c2 commit 8f37bcf

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
@@ -241,6 +241,12 @@
241241
<version>${netty.version}</version>
242242
<classifier>linux-x86_64</classifier>
243243
</dependency>
244+
<dependency>
245+
<groupId>junit</groupId>
246+
<artifactId>junit</artifactId>
247+
<version>4.12</version>
248+
<scope>test</scope>
249+
</dependency>
244250
</dependencies>
245251

246252
<distributionManagement>

0 commit comments

Comments
 (0)
X Tutup