Sfoglia il codice sorgente

Add junit dependency for testing.

Niklas Seyfarth 6 anni fa
parent
commit
cee11ecb5e
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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>