From 09833fee8c8a2b14cb7ba1e1efcc7836f73e661c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 12 Jan 2019 15:03:43 +0100 Subject: [PATCH] Update exificient shading This updates shaded exificient to include xerces classes required for grammer-informed coding, making sure the result is consistent referentially. JIRA: NETCONF-591 Change-Id: Icc15e9a633635187ff1b0295ac73b477faed3834 Signed-off-by: Robert Varga --- netconf/shaded-exificient-jar/pom.xml | 92 ++++----------------------- 1 file changed, 14 insertions(+), 78 deletions(-) diff --git a/netconf/shaded-exificient-jar/pom.xml b/netconf/shaded-exificient-jar/pom.xml index 1415134213..3c54113e6e 100644 --- a/netconf/shaded-exificient-jar/pom.xml +++ b/netconf/shaded-exificient-jar/pom.xml @@ -88,12 +88,24 @@ org/apache/xerces/impl/xs/* org/apache/xerces/impl/xs/identity/* org/apache/xerces/impl/xs/models/* + org/apache/xerces/impl/xs/traversers/* + org/apache/xerces/impl/xs/util/* org/apache/xerces/jaxp/datatype/* + org/apache/xerces/xni/* org/apache/xerces/xni/grammars/* org/apache/xerces/xni/parser/* + org/apache/xerces/xs/* org/apache/xerces/xs/datatypes/* org/apache/xml/serialize/* + org/apache/xerces/impl/dv/dtd/DTDDVFactoryImpl* + org/apache/xerces/impl/dv/dtd/ENTITYDatatypeValidator* + org/apache/xerces/impl/dv/dtd/IDDatatypeValidator* + org/apache/xerces/impl/dv/dtd/IDREFDatatypeValidator* + org/apache/xerces/impl/dv/dtd/ListDatatypeValidator* + org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator* + org/apache/xerces/impl/dv/dtd/NOTATIONDatatypeValidator* + org/apache/xerces/impl/dv/dtd/StringDatatypeValidator* org/apache/xerces/impl/msg/DOMErrorHandlerWrapper* org/apache/xerces/impl/msg/XMLMessageFormatter* @@ -110,38 +122,6 @@ org/apache/xerces/impl/xs/opti/SchemaDOMParser* org/apache/xerces/impl/xs/opti/SchemaParsingConfig* - org/apache/xerces/impl/xs/traversers/SchemaContentHandler* - org/apache/xerces/impl/xs/traversers/StAXSchemaParser* - org/apache/xerces/impl/xs/traversers/XSAnnotationInfo* - org/apache/xerces/impl/xs/traversers/XSAttributeChecker* - org/apache/xerces/impl/xs/traversers/XSDAbstractIDConstraintTraverser* - org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser* - org/apache/xerces/impl/xs/traversers/XSDAbstractTraverser* - org/apache/xerces/impl/xs/traversers/XSDAttributeGroupTraverser* - org/apache/xerces/impl/xs/traversers/XSDAttributeTraverser* - org/apache/xerces/impl/xs/traversers/XSDComplexTypeTraverser* - org/apache/xerces/impl/xs/traversers/XSDElementTraverser* - org/apache/xerces/impl/xs/traversers/XSDGroupTraverser* - org/apache/xerces/impl/xs/traversers/XSDHandler* - org/apache/xerces/impl/xs/traversers/XSDKeyrefTraverser* - org/apache/xerces/impl/xs/traversers/XSDNotationTraverser* - org/apache/xerces/impl/xs/traversers/XSDocumentInfo* - org/apache/xerces/impl/xs/traversers/XSDSimpleTypeTraverser* - org/apache/xerces/impl/xs/traversers/XSDUniqueOrKeyTraverser* - org/apache/xerces/impl/xs/traversers/XSDWildcardTraverser* - - org/apache/xerces/impl/xs/util/ObjectListImpl* - org/apache/xerces/impl/xs/util/ShortListImpl* - org/apache/xerces/impl/xs/util/SimpleLocator* - org/apache/xerces/impl/xs/util/StringListImpl* - org/apache/xerces/impl/xs/util/XInt* - org/apache/xerces/impl/xs/util/XIntPool* - org/apache/xerces/impl/xs/util/XS10TypeHelper* - org/apache/xerces/impl/xs/util/XSInputSource* - org/apache/xerces/impl/xs/util/XSNamedMap4Types* - org/apache/xerces/impl/xs/util/XSNamedMapImpl* - org/apache/xerces/impl/xs/util/XSObjectListImpl* - org/apache/xerces/parsers/AbstractDOMParser* org/apache/xerces/parsers/AbstractSAXParser* org/apache/xerces/parsers/AbstractXMLDocumentParser* @@ -188,59 +168,15 @@ org/apache/xerces/util/XMLChar* org/apache/xerces/util/XMLEntityDescriptionImpl* org/apache/xerces/util/XMLErrorCode* + org/apache/xerces/util/XMLGrammarPoolImpl* org/apache/xerces/util/XMLResourceIdentifierImpl* org/apache/xerces/util/XMLStringBuffer* org/apache/xerces/util/XMLSymbols* - - org/apache/xerces/xni/Augmentations* - org/apache/xerces/xni/NamespaceContext* - org/apache/xerces/xni/QName* - org/apache/xerces/xni/XMLAttributes* - org/apache/xerces/xni/XMLDocumentHandler* - org/apache/xerces/xni/XMLDTDContentModelHandler* - org/apache/xerces/xni/XMLDTDHandler* - org/apache/xerces/xni/XMLLocator* - org/apache/xerces/xni/XMLResourceIdentifier* - org/apache/xerces/xni/XMLString* - org/apache/xerces/xni/XNIException* - - org/apache/xerces/xs/AttributePSVI* - org/apache/xerces/xs/ElementPSVI* - org/apache/xerces/xs/ItemPSVI* - org/apache/xerces/xs/LSInputList* - org/apache/xerces/xs/PSVIProvider* - org/apache/xerces/xs/ShortList* - org/apache/xerces/xs/StringList* - org/apache/xerces/xs/XSAnnotation* - org/apache/xerces/xs/XSAttributeDeclaration* - org/apache/xerces/xs/XSAttributeGroupDefinition* - org/apache/xerces/xs/XSAttributeUse* - org/apache/xerces/xs/XSComplexTypeDecl* - org/apache/xerces/xs/XSComplexTypeDefinition* - org/apache/xerces/xs/XSConstants* - org/apache/xerces/xs/XSElementDeclaration* - org/apache/xerces/xs/XSException* - org/apache/xerces/xs/XSFacet* - org/apache/xerces/xs/XSIDCDefinition* - org/apache/xerces/xs/XSLoader* - org/apache/xerces/xs/XSModelGroup* - org/apache/xerces/xs/XSModel* - org/apache/xerces/xs/XSMultiValueFacet* - org/apache/xerces/xs/XSNamedMap* - org/apache/xerces/xs/XSNamespaceItem* - org/apache/xerces/xs/XSNotationDeclaration* - org/apache/xerces/xs/XSObject* - org/apache/xerces/xs/XSObjectList* - org/apache/xerces/xs/XSParticle* - org/apache/xerces/xs/XSSimpleTypeDefinition* - org/apache/xerces/xs/XSTerm* - org/apache/xerces/xs/XSTypeDefinition* - org/apache/xerces/xs/XSValue* - org/apache/xerces/xs/XSWildcard* org/apache/xerces/dom/ASModelImpl* org/apache/xerces/dom/ASDOMImplementationImpl* + org/apache/xerces/xni/XMLDocumentFragmentHandler* -- 2.36.6