소스 검색

Add in junit to the pom.xml, since it was missing

Sam Jaffe 7 년 전
부모
커밋
05beac237a
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -101,6 +101,12 @@
 	</build>
 	
 	<dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>