<?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-parent-jar8</artifactId>
    <version>3.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <groupId>net.stickycode.bootstrap</groupId>
  <artifactId>sticky-bootstrap-spring4</artifactId>
  <version>2.5</version>
  <packaging>jar</packaging>

  <name>sticky-bootstrap-spring4-2</name>
  <description>Bootstrap support for spring that will scan the given packages and contruct a context for it</description>
  <inceptionYear>2012</inceptionYear>

  <url>https://stickycode.readthedocs.io/en/latest/bootstrap/index.html</url>

  <scm>
    <connection>${git.url}</connection>
    <developerConnection>${git.url}</developerConnection>
    <tag>sticky-bootstrap-spring4-2.5</tag>
  </scm>

  <dependencies>
    <dependency>
      <groupId>net.stickycode.bootstrap</groupId>
      <artifactId>sticky-bootstrap-tck</artifactId>
      <version>[3.1,4)</version>
      <scope>test</scope>
    </dependency>

    <dependency>
      <groupId>net.stickycode</groupId>
      <artifactId>sticky-reflector</artifactId>
      <version>[3.3,4)</version>
    </dependency>

    <dependency>
      <groupId>net.stickycode.composite</groupId>
      <artifactId>sticky-composite-spring4</artifactId>
      <version>[1.3,2)</version>
    </dependency>

    <dependency>
      <groupId>net.stickycode</groupId>
      <artifactId>sticky-metadata-reflective</artifactId>
      <version>[3.2,4)</version>
    </dependency>

    <dependency>
      <groupId>net.stickycode.bootstrap</groupId>
      <artifactId>sticky-bootstrap-api</artifactId>
      <version>[3.4,4)</version>
    </dependency>
  </dependencies>

</project>
