rspec-reporting-handlebars
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.bogdanlivadariu</groupId>
<artifactId>rspec-reporting-handlebars</artifactId>
<version>2.2.1</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.bogdanlivadariu</groupId>
<artifactId>bootstraped-multi-test-results-report-reactor-parent</artifactId>
<version>2.2.1</version>
</parent>
<artifactId>rspec-reporting-handlebars</artifactId>
<packaging>jar</packaging>
<name>rspec-reporting-handlebars</name>
<description>Module used to generate RSpec reports using handlebars</description>
<url>https://github.com/web-innovate/bootstraped-multi-test-results-report/tree/master/rspec-reporting-handlebars
</url>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/BogdanLivadariu/rspec-reporting-handlebars.git</url>
<tag>2.2.1</tag>
</scm>
<developers>
<developer>
<id>bogdanlivadariu</id>
<name>Bogdan Livadariu</name>
<email>bogdan.livadariu@gmail.com</email>
</developer>
</developers>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<version>${handlebars.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j-core.version}</version>
</dependency>
<!-- JAXB API only -->
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>3.0.1</version>
</dependency>
<!-- JAXB RI, Jakarta XML Binding -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>