You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2020/03/16 12:52:38 UTC

svn commit: r1875243 - /jackrabbit/commons/filevault/trunk/vault-core/pom.xml

Author: kwin
Date: Mon Mar 16 12:52:38 2020
New Revision: 1875243

URL: http://svn.apache.org/viewvc?rev=1875243&view=rev
Log:
JCRVLT-414 get rid of unwanted import for com.sun.xml.txw2

Modified:
    jackrabbit/commons/filevault/trunk/vault-core/pom.xml

Modified: jackrabbit/commons/filevault/trunk/vault-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/vault-core/pom.xml?rev=1875243&r1=1875242&r2=1875243&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/vault-core/pom.xml (original)
+++ jackrabbit/commons/filevault/trunk/vault-core/pom.xml Mon Mar 16 12:52:38 2020
@@ -84,10 +84,11 @@
                         </Import-Package>
                         <!-- to load hook classes through this bundle's classloader -->
                         <DynamicImport-Package>*</DynamicImport-Package>
-                        <!-- embed classes from jaxb-impl (https://bnd.bndtools.org/instructions/conditionalpackage.html) -->
-                        <Conditional-Package>com.sun.xml.txw2.output</Conditional-Package>
                         <Embed-Dependency>woodstox-core,stax2-api</Embed-Dependency>
                         <Embed-Transitive>true</Embed-Transitive>
+                        <Include-Resource>
+                            @txw2-[0-9.]*.jar!/com/sun/xml/txw2/output/(IndentingXMLStreamWriter|DelegatingXMLStreamWriter).*
+                        </Include-Resource>
                     </instructions>
                 </configuration>
             </plugin>