Author: struberg
Date: Sun Apr 15 10:41:01 2018
New Revision: 1829203

URL: http://svn.apache.org/viewvc?rev=1829203&view=rev
Log:
OPENJPA-2730 fix assembly for xbean-asm6-shaded

Modified:
    openjpa/branches/2.4.x/openjpa-project/assembly.xml
    openjpa/branches/2.4.x/openjpa-project/bin-assembly.xml

Modified: openjpa/branches/2.4.x/openjpa-project/assembly.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-project/assembly.xml?rev=1829203&r1=1829202&r2=1829203&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-project/assembly.xml (original)
+++ openjpa/branches/2.4.x/openjpa-project/assembly.xml Sun Apr 15 10:41:01 2018
@@ -145,7 +145,7 @@
                 
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
                 <include>org.apache.bval:org.apache.bval.bundle</include>
                 <include>commons-beanutils:commons-beanutils</include>
-                <include>org.apache.xbean:xbean-asm5-shaded</include>
+                <include>org.apache.xbean:xbean-asm6-shaded</include>
             </includes>
         </dependencySet>
     </dependencySets>

Modified: openjpa/branches/2.4.x/openjpa-project/bin-assembly.xml
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.4.x/openjpa-project/bin-assembly.xml?rev=1829203&r1=1829202&r2=1829203&view=diff
==============================================================================
--- openjpa/branches/2.4.x/openjpa-project/bin-assembly.xml (original)
+++ openjpa/branches/2.4.x/openjpa-project/bin-assembly.xml Sun Apr 15 10:41:01 
2018
@@ -84,7 +84,7 @@
                 
<include>org.apache.geronimo.specs:geronimo-validation_1.0_spec</include>
                 <include>org.apache.bval:org.apache.bval.bundle</include>
                 <include>commons-beanutils:commons-beanutils</include>
-                <include>org.apache.xbean:xbean-asm5-shaded</include>
+                <include>org.apache.xbean:xbean-asm6-shaded</include>
             </includes>
         </dependencySet>
     </dependencySets>


Reply via email to