Skip to content

Commit

Permalink
fix javaasist collition
Browse files Browse the repository at this point in the history
  • Loading branch information
jcabrerizo committed Aug 20, 2020
1 parent 6f9d64d commit e76020f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions karaf/apache-brooklyn/pom.xml
Expand Up @@ -63,6 +63,12 @@
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
<exclusions>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit e76020f

Please sign in to comment.