<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/xsd/maven-4.0.0.xsd">

	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>nl.knowledgeplaza</groupId>
		<artifactId>KPCompanyPom</artifactId>
		<version>1-SNAPSHOT</version>
	</parent>
	<artifactId>DH2RIA</artifactId>
	<version>1.50-SNAPSHOT</version>
	<name>DH2RIA</name>
	<packaging>pom</packaging>

	<modules>
		<module>dhShared</module>
		<module>dhClientside</module>
	</modules>
	
	<!-- configure global dependencies -->
	<dependencies>
		<dependency>	<groupId>com.caucho</groupId>					<artifactId>hessian</artifactId>					<version>3.1.5</version>			</dependency>
	</dependencies>
</project>
