<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2010 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-jar</artifactId>
		<version>1.22</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.resource</groupId>
	<artifactId>sticky-resource-protocol-http</artifactId>
	<version>1.1</version>
	<packaging>jar</packaging>

	<name>sticky-resource-protocol-http</name>
	<description>A clean resource implementation</description>
	<url>http://www.StickyCode.net/sticky-resource-protocol-http/</url>

	<inceptionYear>2011</inceptionYear>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.resource/sticky-resource-protocol-http-1.1</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.resource/sticky-resource-protocol-http-1.1</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode.resource/sticky-resource-protocol-http-1.1</url>
	</scm>

	<dependencies>

		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-logging-api</artifactId>
			<version>[2.1,3)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode.resource</groupId>
			<artifactId>sticky-resource-api</artifactId>
			<version>[3.2,4)</version>
		</dependency>
		<dependency>
			<groupId>org.apache.httpcomponents</groupId>
			<artifactId>httpclient</artifactId>
			<version>4.2.1</version>
			<exclusions>
				<exclusion>
					<artifactId>commons-logging</artifactId>
					<groupId>commons-logging</groupId>
				</exclusion>
			</exclusions>
		</dependency>
		<dependency>
			<groupId>org.mockwire</groupId>
			<artifactId>mockwire-spring3</artifactId>
			<version>[7.1,8)</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>com.sun.jersey</groupId>
			<artifactId>jersey-server</artifactId>
			<version>1.13-b01</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>net.stickycode.stereotype</groupId>
			<artifactId>sticky-stereotype-component</artifactId>
			<version>[2.1,3)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode.resource</groupId>
			<artifactId>sticky-resource</artifactId>
			<version>[3.2,4)</version>
		</dependency>
	</dependencies>
</project>
