with upgrade to asm9 we accidentily leaked org.ow2 jars


git-svn-id: https://svn.apache.org/repos/asf/geronimo/xbean/trunk@1889560 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 533b86f..29b871e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.2.4</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.xbean</groupId>
diff --git a/xbean-asm9-shaded/pom.xml b/xbean-asm9-shaded/pom.xml
index d80705a..2bb2031 100755
--- a/xbean-asm9-shaded/pom.xml
+++ b/xbean-asm9-shaded/pom.xml
@@ -59,7 +59,7 @@
                             <goal>shade</goal>
                         </goals>
                         <configuration>
-                            <createDependencyReducedPom>false</createDependencyReducedPom>
+                            <createDependencyReducedPom>true</createDependencyReducedPom>
                             <createSourcesJar>true</createSourcesJar>
                             <relocations>
                                 <relocation> <!-- we need a different package because we build against both -->