Project:
poker-robocup
Code Location:
http://poker-robocup.googlecode.com/svn/trunk/trunk
poker-engine/
pom.xml
<project> <modelVersion>4.0.0</modelVersion> <name>Poker Engine</name> <parent> <groupId>org.mathig.poker</groupId> <artifactId>poker</artifactId> <relativePath>../poker-pom</relativePath> <version>${poker.version}</version> </parent> <groupId>org.mathig.poker</groupId> <artifactId>poker-engine</artifactId> <version>${poker.version}</version> <dependencies> <dependency> <groupId>org.mathig.poker</groupId> <artifactId>poker-api</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </dependency> </dependencies> </project>
