<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2017 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-parent-api8</artifactId>
    <version>3.2</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>

  <groupId>net.stickycode.configured</groupId>
  <artifactId>sticky-configured-api</artifactId>
  <version>5.7</version>
  <packaging>jar</packaging>

  <name>sticky-configured-api-5</name>
  <description>Taking the configuration out of applications, using the same principles that underly dependency injection</description>
  <inceptionYear>2008</inceptionYear>
  <url>https://github.com/StickySource/configured</url>

  <scm>
    <developerConnection>${git.url}</developerConnection>
    <tag>sticky-configured-api-5.7</tag>
  </scm>

  <properties>
    <tile-apicheck.contract>5.3</tile-apicheck.contract>
  </properties>

  <dependencies>
    <dependency>
      <groupId>net.stickycode</groupId>
      <artifactId>sticky-coercion-api</artifactId>
      <version>[4.4,5)</version>
    </dependency>
    <dependency>
      <groupId>net.stickycode.stereotype</groupId>
      <artifactId>sticky-stereotype-configured</artifactId>
      <version>[3.2,4)</version>
    </dependency>
    <dependency>
      <groupId>net.stickycode.configuration</groupId>
      <artifactId>sticky-configuration-api</artifactId>
      <version>[2.3,3)</version>
    </dependency>
    <dependency>
      <groupId>net.stickycode.bootstrap</groupId>
      <artifactId>sticky-bootstrap-api</artifactId>
      <version>[3.4,4)</version>
    </dependency>
  </dependencies>
</project>
