#BAEL-10229 try to fix the build (mostly, missing relativePath)

This commit is contained in:
Alessio Stalla
2019-10-25 17:06:07 +02:00
parent 3b5e2bca69
commit e7af68c116
5 changed files with 1 additions and 29 deletions

View File

@@ -125,19 +125,6 @@
<version>${java-hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.serenity-bdd</groupId>
<artifactId>serenity-core</artifactId>
<version>${serenity.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>