<dependency>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-report-data</artifactId>
<version>1.4.0.RC7</version>
</dependency>
@Grapes(
@Grab(group='ru.yandex.qatools.allure', module='allure-report-data', version='1.4.0.RC7')
)
<parent> <groupId>ru.yandex.qatools.allure</groupId> <artifactId>allure-core</artifactId> <version>1.4.0.RC7</version> </parent>
compile
|-- ru.yandex.qatools.allure:allure-model
|-- ru.yandex.qatools.allure:allure-commons
|-- log4j:log4j
|-- com.fasterxml.jackson.core:jackson-databind:2.3.0
|-- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.3.0
|-- net.sourceforge.saxon:saxon:9.1.0.8
test
|-- junit:junit