Преглед на файлове

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>