<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2011 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.20</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.configured</groupId>
	<artifactId>sticky-configured-spring30</artifactId>
	<version>4.4</version>
	<packaging>jar</packaging>

	<name>sticky-configured-spring30</name>
	<description>Taking the configuration out of applications, using the same principles that underly dependency injection</description>

	<inceptionYear>2008</inceptionYear>
	<dependencies>
		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-logging-deploy</artifactId>
			<version>[1.4,2)</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>net.stickycode.configured</groupId>
			<artifactId>sticky-configured-tck</artifactId>
			<version>[4.2,5)</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-reflector</artifactId>
			<version>[1.10,2)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode.configured</groupId>
			<artifactId>sticky-configured</artifactId>
			<version>[4.5,5)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-spring30</artifactId>
			<version>[1.4,2)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-metadata-api</artifactId>
			<version>[1.3,2)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-metadata-reflective</artifactId>
			<version>[1.4,2)</version>
		</dependency>
	</dependencies>

  <scm>
    <connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.configured/sticky-configured-spring30-4.4</connection>
    <developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.configured/sticky-configured-spring30-4.4</developerConnection>
    <url>scm:svn:http://source.stickycode.net/tags/net.stickycode.configured/sticky-configured-spring30-4.4</url>
  </scm>
</project>
