You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jb...@apache.org on 2022/10/08 04:04:37 UTC

[aries] branch trunk updated: ARIES-2070 changed asm minimum version to 9

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

jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new dbf5c9821 ARIES-2070 changed asm minimum version to 9
     new 46e866226 Merge pull request #144 from holger-at-work/trunk
dbf5c9821 is described below

commit dbf5c9821a61f496a20963ddd31daa80cbae0b27
Author: hs79aa <ho...@essendi.de>
AuthorDate: Thu Mar 24 16:13:44 2022 +0100

    ARIES-2070 changed asm minimum version to 9
---
 proxy/proxy-impl/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/proxy-impl/pom.xml b/proxy/proxy-impl/pom.xml
index 633b52ae0..63d1bb34d 100644
--- a/proxy/proxy-impl/pom.xml
+++ b/proxy/proxy-impl/pom.xml
@@ -56,7 +56,7 @@
         <aries.osgi.import.pkg>
             org.apache.aries.proxy.weavinghook;resolution:=optional;provide:=true,
             org.apache.aries.proxy*;provide:=true,
-            org.objectweb.asm*;resolution:=optional;version="[5,10)",
+            org.objectweb.asm*;resolution:=optional;version="[9,10)",
             sun.reflect*;resolution:=optional,
             *
         </aries.osgi.import.pkg>