<?xml version="1.0" encoding="ISO-8859-1"?>

<!-- $Id: pom.xml 620 2013-01-27 19:44:03Z archie.cobbs $ -->
<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.dellroad</groupId>
  <artifactId>dellroad-stuff</artifactId>
  <packaging>jar</packaging>
  <name>DellRoad Stuff</name>
  <version>1.0.925</version>
  <description>A dumping ground for various useful Java classes and ant build macros that have evolved over time from repeated use in several different projects.</description>
  <url>http://code.google.com/p/dellroad-stuff/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <issueManagement>
    <system>Google Code</system>
    <url>http://code.google.com/p/dellroad-stuff/issues</url>
  </issueManagement>
  <scm>
    <url>scm:svn:http://code.google.com/p/dellroad-stuff/source/browse/</url>
    <connection>scm:svn:http://dellroad-stuff.googlecode.com/svn/trunk</connection>
    <developerConnection>scm:svn:https://dellroad-stuff.googlecode.com/svn/trunk</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>archie</id>
      <name>Archie Cobbs</name>
      <email>archie@dellroad.org</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.2</version>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>3.0.1</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>3.2.0.RELEASE</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-aspects</artifactId>
      <version>3.2.0.RELEASE</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>3.2.0.RELEASE</version>
    </dependency>
  </dependencies>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
</project>
