<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>br.com.esec.icpm</groupId>
		<artifactId>icpm-mss-parent</artifactId>
		<version>1.13.4</version>
	</parent>
	
	<artifactId>mss-ws-client</artifactId>

	<dependencies>

		<!-- ICPM -->
		<dependency>
			<groupId>br.com.esec.icpm</groupId>
			<artifactId>icpm-ws-client-common</artifactId>
			<version>${project.version}</version>
		</dependency>

		<!-- JAVA EE -->
		<dependency>
			<groupId>javax</groupId>
			<artifactId>javaee-api</artifactId>
			<scope>provided</scope>
		</dependency>

		<!-- Commons Logging -->
		<dependency>
			<groupId>commons-logging</groupId>
			<artifactId>commons-logging</artifactId>
		</dependency>

	</dependencies>

</project>
