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 2021/09/30 10:48:41 UTC

[tomee-jakarta] branch master updated: fix xbean asm7 shaded dep in sub modules

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e73489  fix xbean asm7 shaded dep in sub modules
8e73489 is described below

commit 8e7348924d4cf31edf8f68440928c33a21136f70
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Sep 30 12:48:30 2021 +0200

    fix xbean asm7 shaded dep in sub modules
---
 tomee/apache-tomee/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index a53374d..e552b5f 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -357,7 +357,7 @@
               <dependency>
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-asm7-shaded</artifactId>
-                <version>${xbeanVersion}</version>
+                <version>${xbean-asm7-Version}</version>
               </dependency>
               <dependency>
                 <groupId>org.codehaus.groovy</groupId>
@@ -662,7 +662,7 @@
               <dependency>
                 <groupId>org.apache.xbean</groupId>
                 <artifactId>xbean-asm7-shaded</artifactId>
-                <version>${xbeanVersion}</version>
+                <version>${xbean-asm7-Version}</version>
               </dependency>
               <dependency>
                 <groupId>org.codehaus.groovy</groupId>