<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>

	<name>NOS Remoting Command</name>
	<groupId>org.nakedobjects</groupId>
	<artifactId>nos-remoting-command</artifactId>

	<parent>
		<groupId>org.nakedobjects</groupId>
		<artifactId>nakedobjects</artifactId>
		<version>3.0.2</version>
	</parent>

	<dependencies>
		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>nof-reflector-core</artifactId>
		</dependency>

		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>nof-reflector-core</artifactId>
			<type>test-jar</type>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>${project.groupId}</groupId>
			<artifactId>nof-core</artifactId>
			<type>test-jar</type>
            <scope>test</scope>			
		</dependency>

	</dependencies>
</project>