Exclude assertj-core to remove conflict dependency of bytebuddy

This commit is contained in:
Volodymyr Babak 2019-02-25 12:16:55 +02:00
parent 86bffde850
commit 8545938c43
2 changed files with 4 additions and 0 deletions

View File

@ -442,6 +442,10 @@
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
</exclusion>
<exclusion>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>