<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>edu.cornell.ncrn.ced2ar</groupId>
  <artifactId>ced2ar3-rdb-tests</artifactId>
  <version>0.0.3</version>
  <name>CED2AR 3</name>
  <description>Comprehensive Extensible Data Documentation and
      Access Repository (AAR) was designed to improve the documentation and
      discoverability of both public and restricted data. Version 3 is a
      modular implementaiton of CED2AR.</description>
  <url>http://projects.spring.io/spring-boot/ced2ar3-rdb-parent/ced2ar3-rdb-tests/</url>
  <licenses>
    <license>
      <name>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</name>
      <url>https://raw.githubusercontent.com/ncrncornell/ced2ar-rdb/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Brandon Barker</name>
      <email>brandon.barker@cornell.edu</email>
      <organization>Cornell University</organization>
      <organizationUrl>https://www.cac.cornell.edu/barker/</organizationUrl>
    </developer>
    <developer>
      <name>Lars Vilhuber</name>
      <email>lars.vilhuber@cornell.edu</email>
      <organization>Cornell University</organization>
      <organizationUrl>https://www.ilr.cornell.edu/people/lars-vilhuber</organizationUrl>
    </developer>
    <developer>
      <name>Charles C Simmer</name>
      <email>ccs237@cornell.edu</email>
      <organization>Cornell University</organization>
      <organizationUrl>https://github.com/CSimmer</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com:ncrncornell/ced2ar-rdb.git/ced2ar3-rdb-tests</connection>
    <developerConnection>scm:git:ssh://github.com:ncrncornell/ced2ar-rdb.git/ced2ar3-rdb-tests</developerConnection>
    <url>https://github.com/ncrncornell/ced2ar-rdb/ced2ar3-rdb-tests</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.junit</groupId>
      <artifactId>junit5-api</artifactId>
      <version>5.0.0-ALPHA</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <version>1.4.0.RELEASE</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.springtestdbunit</groupId>
      <artifactId>spring-test-dbunit</artifactId>
      <version>1.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.dbunit</groupId>
      <artifactId>dbunit</artifactId>
      <version>2.5.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>edu.cornell.ncrn.ced2ar</groupId>
      <artifactId>ced2ar3-rdb</artifactId>
      <version>0.0.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-tomcat</artifactId>
      <version>1.4.0.RELEASE</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>spring-boot-starter-tomcat</artifactId>
          <groupId>org.springframework.boot</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.tomcat.embed</groupId>
      <artifactId>tomcat-embed-jasper</artifactId>
      <version>8.5.4</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>spring-boot-starter-tomcat</artifactId>
          <groupId>org.springframework.boot</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-data-jpa</artifactId>
      <version>1.4.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-jdbc</artifactId>
      <version>1.4.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>1.4.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.postgresql</groupId>
      <artifactId>postgresql</artifactId>
      <version>9.4.1209.jre7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jstl</artifactId>
      <version>1.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-jersey</artifactId>
      <version>1.4.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>1.4.0.RELEASE</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.plugins</groupId>
        <artifactId>nexus-staging-maven-plugin</artifactId>
        <version>1.6.7</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
