<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2011 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. -->
<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">
	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-jar</artifactId>
		<version>1.20</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.mockwire</groupId>
	<artifactId>sticky-mockwire-api</artifactId>
	<version>6.3</version>

	<name>sticky-mockwire-api</name>
	<description>Metadata and interfaces for providing a mechnism for using a test class as the manifest for isolating the context of a test. Thereby using the same di mechanism you would expect in production but fully controlled to isolate the variable under test.</description>
	<inceptionYear>2009</inceptionYear>
	<url>http://www.StickyCode.net/mockwire/sticky-mockwire-api</url>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.mockwire/sticky-mockwire-api-6.3</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.mockwire/sticky-mockwire-api-6.3</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode.mockwire/sticky-mockwire-api-6.3</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-stereotype</artifactId>
			<version>[1.16,2)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode.configured</groupId>
			<artifactId>sticky-configured-api</artifactId>
			<version>[3.4,4)</version>
		</dependency>
	</dependencies>
</project>
