tcases-openapi-test
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.cornutum.tcases</groupId> <artifactId>tcases-openapi-test</artifactId> <version>4.1.0</version> </dependency>
<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.cornutum.tcases</groupId> <artifactId>tcases</artifactId> <version>4.1.0</version> </parent> <artifactId>tcases-openapi-test</artifactId> <packaging>jar</packaging> <name>Tcases OpenAPI Test</name> <description>Runtime support for tests generated by Tcases for OpenAPI</description> <url>https://github.com/Cornutum/tcases</url> <developers> <developer> <name>Kerry Kimbrough</name> <email>tcases@cornutum.org</email> <organization>The Cornutum Project</organization> <organizationUrl>http://www.cornutum.org</organizationUrl> </developer> </developers> <licenses> <license> <name>The MIT License</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <organization> <name>The Cornutum Project</name> <url>http://www.cornutum.org/</url> </organization> <scm> <connection>scm:git:https://github.com/Cornutum/tcases</connection> <developerConnection>scm:git:https://github.com/Cornutum/tcases</developerConnection> <url>https://github.com/Cornutum/tcases</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/Cornutum/tcases/issues</url> </issueManagement> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.date>${maven.build.timestamp}</project.build.date> <maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format> </properties> <build> <resources> <resource> <directory>src/main/resources</directory> <filtering>true</filtering> </resource> </resources> </build> <dependencies> <dependency> <groupId>org.openapi4j</groupId> <artifactId>openapi-schema-validator</artifactId> <version>1.0.7</version> </dependency> <dependency> <groupId>org.cornutum.testing</groupId> <artifactId>hamcrest-composites</artifactId> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>