<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>
	<artifactId>fi-security-client</artifactId>
	<parent>
		<groupId>org.fao.fi.security</groupId>
		<artifactId>fi-security</artifactId>
		<version>0.0.1-SNAPSHOT</version>
		<relativePath>../fi-security</relativePath>
	</parent>
	<dependencies>
		<dependency>
			<groupId>org.fao.fi.security</groupId>
			<artifactId>fi-security-common</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>
		<dependency>
			<groupId>org.glassfish.jersey.core</groupId>
			<artifactId>jersey-client</artifactId>
			<version>${jersey.version}</version>
		</dependency>
		<dependency>
			<groupId>org.glassfish.jersey.media</groupId>
			<artifactId>jersey-media-multipart</artifactId>
			<version>${jersey.version}</version>
		</dependency>
	</dependencies>
</project>