소스 검색

Merge commit '05beac237acc1a8f627118a0fb3f36901265fdf8'

* commit '05beac237acc1a8f627118a0fb3f36901265fdf8':
  Add in junit to the pom.xml, since it was missing
Sam Jaffe 5 년 전
부모
커밋
3568a940dc
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

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