jbehave-reporter-junitxml
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ru.testit</groupId> <artifactId>jbehave-reporter-junitxml</artifactId> <version>0.1.0</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>ru.testit</groupId> <artifactId>jbehave-reporter-junitxml</artifactId> <version>0.1.0</version> <name>jbehave-reporter-junitxml</name> <description>JUnit XML reporter for JBehave.</description> <url>https://github.com/testit-tms/jbehave-reporter-junitxml</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>integration</id> <name>Integration team</name> <email>integrations@testit.software</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/testit-tms/jbehave-reporter-junitxml</connection> <developerConnection>scm:git:git://github.com/testit-tms/jbehave-reporter-junitxml</developerConnection> <url>https://github.com/testit-tms/jbehave-reporter-junitxml</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/testit-tms/jbehave-reporter-junitxml/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.jbehave</groupId> <artifactId>jbehave-core</artifactId> <version>4.8.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20220924</version> <scope>runtime</scope> </dependency> </dependencies> </project>