Skip to content

Commit

Permalink
Removed non-existing JAXB packages from ModelClientUtil.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed May 18, 2017
1 parent 6b9fc81 commit 9281677
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -97,9 +97,7 @@ public static JAXBContext instantiateJaxbContext() throws JAXBException {
"com.evolveum.midpoint.xml.ns._public.resource.capabilities_3:" +
"com.evolveum.prism.xml.ns._public.annotation_3:" +
"com.evolveum.prism.xml.ns._public.query_3:" +
"com.evolveum.prism.xml.ns._public.types_3:" +
"org.w3._2000._09.xmldsig_:" +
"org.w3._2001._04.xmlenc_");
"com.evolveum.prism.xml.ns._public.types_3");
}

public static Element createPathElement(String stringPath, Document doc) {
Expand Down

0 comments on commit 9281677

Please sign in to comment.