You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2020/10/18 09:57:09 UTC

[openwebbeans] branch master updated: OWB-1350 exclude ow2

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

struberg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new b6f5e52  OWB-1350 exclude ow2
b6f5e52 is described below

commit b6f5e52cb94f384bd18a0f2797b76f19062a9059
Author: Mark Struberg <st...@apache.org>
AuthorDate: Sun Oct 18 11:56:31 2020 +0200

    OWB-1350 exclude ow2
    
    dependencies slipped through the shading
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index b00035c..0e6a3b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -708,6 +708,16 @@
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-asm9-shaded</artifactId>
                 <version>${xbean.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.ow2.asm</groupId>
+                        <artifactId>asm</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.ow2.asm</groupId>
+                        <artifactId>asm-commons</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <dependency>