<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>
	<groupId>tmp.pag.test</groupId>
	<artifactId>test-service</artifactId>
	<packaging>jar</packaging>
	<name>Application Web Simple - Module Metier</name>

	<parent>
		<groupId>tmp.pag.test</groupId>
		<artifactId>test-project</artifactId>
		<version>0.22-SNAPSHOT</version>
		<relativePath>../test-project/pom.xml</relativePath>
	</parent>

	<dependencies>

		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring</artifactId>
			<scope>compile</scope>
		</dependency>

	</dependencies>

	<build>
		<!--finalName>${pom.artifactId}</finalName-->
		<plugins>
		</plugins>

	</build>

</project>
