<?xml version="1.0" encoding="UTF-8"?>
<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>com.github.fafram</groupId>
		<artifactId>fafram8-parent</artifactId>
		<version>0.7</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>fafram8-ec2-client</artifactId>
	<name>Fafram8 ec2 Client</name>

	<properties>
		<jclouds.version>1.9.2</jclouds.version>
		<maven-surefire.version>2.19</maven-surefire.version>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.apache.jclouds.provider</groupId>
			<artifactId>aws-ec2</artifactId>
			<version>${jclouds.version}</version>
		</dependency>
	</dependencies>
</project>
