Ça trolle…
/
troll.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Leaguify cheating
[troll.git]
/
pom.xml
diff --git
a/pom.xml
b/pom.xml
index
675ba48
..
0e25cdd
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-19,6
+19,11
@@
</compilerArgs>
</configuration>
</plugin>
</compilerArgs>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>3.0.0-M4</version>
+ </plugin>
</plugins>
</build>
</plugins>
</build>
@@
-52,5
+57,12
@@
<artifactId>runner</artifactId>
<version>${gamengine.version}</version>
</dependency>
<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>
</dependencies>
</project>