<?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>com.oracle.bedrock</groupId>
  <artifactId>bedrock-testing-support</artifactId>
  <version>5.0.11</version>
  <name>Bedrock for Testing</name>
  <description>Interfaces, classes and resources that extend and simplify traditional
        functional, integration and unit testing frameworks (like JUnit).</description>
  <url>https://github.com/coherence-community/bedrock/bedrock-testing-support</url>
  <licenses>
    <license>
      <name>Common Development and Distribution License 1.0 ("CDDL")</name>
      <url>http://opensource.org/licenses/CDDL-1.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Brian Oliver</name>
      <email>brian.oliver@oracle.com</email>
      <organization>Oracle Corporation</organization>
    </developer>
    <developer>
      <name>Jonathan Knight (aka: Gridman)</name>
      <email>jonathan.knight@oracle.com</email>
      <organization>Oracle Corporation</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/coherence-community/oracle-bedrock.git/bedrock-testing-support</connection>
    <developerConnection>scm:git:https://github.com/coherence-community/oracle-bedrock.git/bedrock-testing-support</developerConnection>
    <tag>project-5.0.11</tag>
    <url>https://github.com/coherence-community/oracle-bedrock.git/bedrock-testing-support</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.oracle.bedrock</groupId>
      <artifactId>bedrock-runtime</artifactId>
      <version>5.0.11</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>provided</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-all</artifactId>
      <version>1.3</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
