Browse Source

Exclude assertj-core to remove conflict dependency of bytebuddy

pull/1500/head
Volodymyr Babak 7 years ago
parent
commit
8545938c43
  1. 0
      application/paho14876741547223-tcplocalhost1883/.lck
  2. 4
      pom.xml

0
application/paho14876741547223-tcplocalhost1883/.lck

4
pom.xml

@ -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>

Loading…
Cancel
Save