<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>legacyworlds-server</artifactId>
<groupId>com.deepclone.lw</groupId>
<version>1.0.0</version>
<relativePath>../legacyworlds-server/pom.xml</relativePath>
</parent>
<artifactId>legacyworlds-server-tests</artifactId>
<version>${legacyworlds.version.main}.${legacyworlds.version.release}-${legacyworlds.version.build}</version>
<name>Legacy Worlds - Server - Tests (OH WAIT!)</name>
<description>This package regroups all tests for server capabilities.</description>
<dependencies>
<dependency>
<artifactId>legacyworlds-server-beans-accounts</artifactId>
</dependency>
<artifactId>legacyworlds-server-beans-bt</artifactId>
<artifactId>legacyworlds-server-beans-eventlog</artifactId>
<artifactId>legacyworlds-server-beans-i18n</artifactId>
<artifactId>legacyworlds-server-beans-mailer</artifactId>
<artifactId>legacyworlds-server-beans-naming</artifactId>
<artifactId>legacyworlds-server-beans-simple</artifactId>
<artifactId>legacyworlds-server-beans-system</artifactId>
<artifactId>legacyworlds-server-beans-user</artifactId>
<artifactId>legacyworlds-server-main</artifactId>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
</dependencies>
</project>