Skip to content

Commit d32e946

Browse files
Drop the xercesImpl.jar and xml-apis.jar dependencies
Fixes #280
1 parent afe87fd commit d32e946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod/jing/mod.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<manifest>
2323
<attribute name="Main-Class" value="com/thaiopensource/relaxng/util/Driver"/>
2424
<attribute name="Class-Path"
25-
value="xercesImpl.jar xml-apis.jar saxon9.jar xalan.jar isorelax.jar resolver.jar"/>
25+
value="saxon9.jar xalan.jar isorelax.jar resolver.jar"/>
2626
</manifest>
2727
<service type="com.thaiopensource.datatype.xsd.regex.RegexEngine"/>
2828
<service type="org.relaxng.datatype.DatatypeLibraryFactory"/>

0 commit comments

Comments
 (0)