1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>com.codingame.game</groupId>
7 <artifactId>castle-troll</artifactId>
8 <version>0.5-git</version>
11 <gamengine.version>3.15.0</gamengine.version>
12 <maven.compiler.source>1.8</maven.compiler.source>
13 <maven.compiler.target>1.8</maven.compiler.target>
18 <groupId>com.codingame.gameengine</groupId>
19 <artifactId>core</artifactId>
20 <version>${gamengine.version}</version>
24 <groupId>com.codingame.gameengine</groupId>
25 <artifactId>module-entities</artifactId>
26 <version>${gamengine.version}</version>
30 <groupId>com.codingame.gameengine</groupId>
31 <artifactId>module-toggle</artifactId>
32 <version>${gamengine.version}</version>
36 <groupId>com.codingame.gameengine</groupId>
37 <artifactId>runner</artifactId>
38 <version>${gamengine.version}</version>