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

Add junit dependency for testing.

Niklas Seyfarth преди 6 години
родител
ревизия
cee11ecb5e
променени са 1 файла, в които са добавени 9 реда и са изтрити 0 реда
  1. 9 0
      pom.xml

+ 9 - 0
pom.xml

@@ -28,6 +28,15 @@
     <mainClass>${basePackage}.snuviscript.SnuviScript</mainClass>
   </properties>
     
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+    
   <build>
     <defaultGoal>install</defaultGoal>