You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/10/11 20:04:13 UTC

[tomee] branch main updated: Until SmallRye merges PR https://github.com/smallrye/smallrye-config/pull/798 We need ASM

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

jlmonteiro pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/main by this push:
     new 692a689891 Until SmallRye merges PR https://github.com/smallrye/smallrye-config/pull/798 We need ASM
692a689891 is described below

commit 692a68989112c0c95c07b28bc13a0d7ebdb0cc8f
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue Oct 11 22:03:59 2022 +0200

    Until SmallRye merges PR https://github.com/smallrye/smallrye-config/pull/798
    We need ASM
---
 tomee/tomee-microprofile/mp-common/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tomee/tomee-microprofile/mp-common/pom.xml b/tomee/tomee-microprofile/mp-common/pom.xml
index b1fb6f73a1..32b9170d58 100644
--- a/tomee/tomee-microprofile/mp-common/pom.xml
+++ b/tomee/tomee-microprofile/mp-common/pom.xml
@@ -191,10 +191,12 @@
           <groupId>jakarta.enterprise</groupId>
           <artifactId>*</artifactId>
         </exclusion>
+        <!--
         <exclusion>
           <groupId>org.ow2.asm</groupId>
           <artifactId>asm</artifactId>
         </exclusion>
+        -->
       </exclusions>
     </dependency>