<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.ucar</groupId>
  <artifactId>tds-testing-platform</artifactId>
  <version>5.9-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>edu.ucar:tds-testing-platform</name>
  <description>Platform containing the test-only dependencies of the public artifacts that comprise the THREDDS Data Server.</description>
  <url>https://www.unidata.ucar.edu/software/tds/</url>
  <licenses>
    <license>
      <name>BSD 3-Clause License</name>
      <url>https://github.com/Unidata/tds/blob/main/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>THREDDS Data Server (TDS) Developers</name>
      <email>support-thredds@unidata.ucar.edu</email>
      <organization>NSF Unidata</organization>
      <organizationUrl>https://unidata.ucar.edu</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/unidata/tds.git</connection>
    <developerConnection>scm:git:https://github.com/unidata/tds.git</developerConnection>
    <url>https://github.com/unidata/tds</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.beust</groupId>
        <artifactId>jcommander</artifactId>
        <version>1.78</version>
      </dependency>
      <dependency>
        <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <version>2.14.0</version>
      </dependency>
      <dependency>
        <groupId>com.google.truth</groupId>
        <artifactId>truth</artifactId>
        <version>1.0</version>
      </dependency>
      <dependency>
        <groupId>org.hamcrest</groupId>
        <artifactId>hamcrest-core</artifactId>
        <version>2.2</version>
      </dependency>
      <dependency>
        <groupId>jaxen</groupId>
        <artifactId>jaxen</artifactId>
        <version>1.1.6</version>
      </dependency>
      <dependency>
        <groupId>junit</groupId>
        <artifactId>junit</artifactId>
        <version>4.13.1</version>
      </dependency>
      <dependency>
        <groupId>ch.qos.logback</groupId>
        <artifactId>logback-classic</artifactId>
        <version>1.3.15</version>
      </dependency>
      <dependency>
        <groupId>org.mockito</groupId>
        <artifactId>mockito-core</artifactId>
        <version>2.28.2</version>
      </dependency>
      <dependency>
        <groupId>pl.pragmatists</groupId>
        <artifactId>JUnitParams</artifactId>
        <version>1.0.5</version>
      </dependency>
      <dependency>
        <groupId>edu.ucar</groupId>
        <artifactId>cdm-test-utils</artifactId>
        <version>5.10.0-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>org.xmlunit</groupId>
        <artifactId>xmlunit-core</artifactId>
        <version>2.10.0</version>
      </dependency>
      <dependency>
        <groupId>org.junit</groupId>
        <artifactId>junit-bom</artifactId>
        <version>5.14.0</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
