Fix SAX import in JCR session
[lgpl/argeo-commons.git] / server / runtime / org.argeo.server.jcr / pom.xml
index 0177d1d55434c205f8c7cb4a82e5ebcbf0861633..7248b6ed94b71b4ab982fe6c6f80e846bcce1670 100644 (file)
                                <configuration>
                                        <instructions>
                                                <Export-Package>org.argeo.jcr.*</Export-Package>
-                                               <Import-Package>junit.framework;resolution:=optional,*</Import-Package>
+                                               <Import-Package>
+                                                       junit.framework;resolution:=optional,
+                                                       org.xml.sax;version="0.0.0",
+                                                       *</Import-Package>
                                        </instructions>
                                </configuration>
                        </plugin>