<?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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.dmfs</groupId>
	<artifactId>http-client-headers</artifactId>
	<version>0.6</version>
	<packaging>jar</packaging>
	<name>http-client-headers</name>
	<description>HTTP header implementations for http-client-essentials.</description>
	<url>https://github.com/dmfs/http-client-headers</url>
	<licenses>
		<license>
			<name>The Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<name>Marten Gajda</name>
			<email>marten@dmfs.org</email>
			<organization>dmfs</organization>
			<organizationUrl>http://dmfs.org</organizationUrl>
		</developer>
	</developers>
	<scm>
		<connection>scm:git:git@github.com:dmfs/http-client-headers.git</connection>
		<developerConnection>scm:git:git@github.com:dmfs/http-client-headers.git</developerConnection>
		<url>git@github.com:dmfs/http-client-headers.git</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>4.0</version>
			<type>jar</type>
			<scope>test</scope>
			<optional>true</optional>
		</dependency>

		<dependency>
			<groupId>org.dmfs</groupId>
			<artifactId>http-client-essentials</artifactId>
			<version>0.6</version>
		</dependency>

		<dependency>
			<groupId>org.dmfs</groupId>
			<artifactId>http-client-types</artifactId>
			<version>0.6</version>
		</dependency>
	</dependencies>

</project>
