testng-rails-integration
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.restbusters</groupId> <artifactId>testng-rails-integration</artifactId> <version>0.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.restbusters</groupId> <artifactId>testng-rails-integration</artifactId> <version>0.0.1</version> <dependencies> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>7.4.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.8.0.rc2</version> <scope>compile</scope> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.9.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.codepine.api</groupId> <artifactId>testrail-api-java-client</artifactId> <version>2.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.28</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> <version>2.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>2.3.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.12.0</version> <scope>runtime</scope> </dependency> </dependencies> <name>Repo testng-rails-integration</name> <description>Quality, Test Rails integration with Testng</description> <url>https://github.com/restbusters/testng-rails-integration</url> <organization> <name>Restbusters</name> <url>https://restbusters.com</url> </organization> <issueManagement> <system>GitHub</system> <url>https://github.com/restbusters/testng-rails-integration/issues</url> </issueManagement> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>https://github.com/restbusters/testng-rails-integration/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/restbusters/qreasp</url> <connection>scm:git:git://github.com/restbusters/testng-rails-integration.git</connection> <developerConnection>scm:git:ssh://git@github.com/restbusters/testng-rails-integration.git</developerConnection> </scm> <developers> <developer> <id>ed</id> <name>Ed Vayn</name> <email>restbusterstech@gmail.com</email> <timezone>+1</timezone> </developer> <developer> <id>Alex</id> <name>Alexander Matsaylo</name> <email>restbusterstech@gmail.com</email> <timezone>+1</timezone> </developer> </developers> </project>