ParserConfigurationException, SAXException {
String tmpDir = System.getProperty("java.io.tmpdir");
try {
copyResourceToTmpDir("openshore/dependencies.xml",
"dependencies.xml");
DependencyTable dependencies = new DependencyTable(new File(tmpDir));
dependencies.load();
} finally {
deleteTmpFile("dependencies.xml");
}
}