We're in 2020. I wrote Java before you. Here is my first JUnit.
[troll.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 675ba48..0e25cdd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 </compilerArgs>
               </configuration>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <version>3.0.0-M4</version>
+            </plugin>
           </plugins>
         </build>
 
                        <artifactId>runner</artifactId>
                        <version>${gamengine.version}</version>
                </dependency>
+
+                <dependency>
+                  <groupId>junit</groupId>
+                  <artifactId>junit</artifactId>
+                  <version>4.11</version>
+                  <scope>test</scope>
+                </dependency>
        </dependencies>
 </project>