You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by st...@apache.org on 2021/05/10 16:38:51 UTC

[openjpa] branch master updated: OPENJPA-2833 upgrade assembly to contain xbean-asm-shaded

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/openjpa.git


The following commit(s) were added to refs/heads/master by this push:
     new bdf3f0a  OPENJPA-2833 upgrade assembly to contain xbean-asm-shaded
bdf3f0a is described below

commit bdf3f0a543a02a9ffdd554a8e184b7bbdcf628d0
Author: Mark Struberg <st...@apache.org>
AuthorDate: Mon May 10 18:37:24 2021 +0200

    OPENJPA-2833 upgrade assembly to contain xbean-asm-shaded
---
 openjpa-project/assembly.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openjpa-project/assembly.xml b/openjpa-project/assembly.xml
index c35e033..2a4b0e9 100644
--- a/openjpa-project/assembly.xml
+++ b/openjpa-project/assembly.xml
@@ -142,7 +142,7 @@
                 <include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
                 <include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
                 <include>org.apache.bval:org.apache.bval.bundle</include>
-                <include>org.apache.xbean:xbean-asm8-shaded</include>
+                <include>org.apache.xbean:xbean-asm9-shaded</include>
             </includes>
         </dependencySet>
     </dependencySets>