You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2022/09/14 11:30:04 UTC

svn commit: r1904072 - /xmlgraphics/batik/trunk/batik-all/src/tools/resources/assembly/assembly.xml

Author: ssteiner
Date: Wed Sep 14 11:30:03 2022
New Revision: 1904072

URL: http://svn.apache.org/viewvc?rev=1904072&view=rev
Log:
BATIK-1299: Make all contents match 1.14 dependancies

Modified:
    xmlgraphics/batik/trunk/batik-all/src/tools/resources/assembly/assembly.xml

Modified: xmlgraphics/batik/trunk/batik-all/src/tools/resources/assembly/assembly.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-all/src/tools/resources/assembly/assembly.xml?rev=1904072&r1=1904071&r2=1904072&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-all/src/tools/resources/assembly/assembly.xml (original)
+++ xmlgraphics/batik/trunk/batik-all/src/tools/resources/assembly/assembly.xml Wed Sep 14 11:30:03 2022
@@ -17,6 +17,10 @@
         </excludes>
       </unpackOptions>
       <useTransitiveDependencies>false</useTransitiveDependencies>
+      <excludes>
+        <exclude>xml-apis:*</exclude>
+        <exclude>*:xmlgraphics-commons</exclude>
+      </excludes>      
     </dependencySet>
   </dependencySets>
 </assembly>