This is an automated email from the ASF dual-hosted git repository.

geomacy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-dist.git


The following commit(s) were added to refs/heads/master by this push:
     new e76020f  fix javaasist collition
     new 087fd82  Merge pull request #165 from 
jcabrerizo/feature/fix-javassist-colision
e76020f is described below

commit e76020f69cfa3b04c4a3793858e0251a977c4244
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Thu Aug 20 15:50:47 2020 +0100

    fix javaasist collition
---
 karaf/apache-brooklyn/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/karaf/apache-brooklyn/pom.xml b/karaf/apache-brooklyn/pom.xml
index 4ec1bdd..a24fc15 100755
--- a/karaf/apache-brooklyn/pom.xml
+++ b/karaf/apache-brooklyn/pom.xml
@@ -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>

Reply via email to