116117118119120121122
} private Exclusion createExclusion(Element element) { String groupId = getTextContent(element, "groupId"); String artifactId = getTextContent(element, "artifactId"); return new Exclusion(groupId, artifactId); }