Переглянути джерело

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>