bedrock-testing-support
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.oracle.bedrock</groupId>
<artifactId>bedrock-testing-support</artifactId>
<version>7.0.4</version>
</dependency><?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>com.oracle.bedrock</groupId>
<artifactId>bedrock-testing-support</artifactId>
<version>7.0.4</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/oracle-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>Jonathan Knight</name>
<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-7.0.4</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>7.0.4</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.1</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
</dependencies>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</project>