if (contains) {
File file = new File(url.toURI());
FileUtils.copyFile(file, new File(hadoopLib, "mongo-java-driver.jar"));
}
}
File coreJar = new File(PROJECT_HOME, "core/build/libs").listFiles(new HadoopVersionFilter())[0];
FileUtils.copyFile(coreJar, new File(hadoopLib, "mongo-hadoop-core.jar"));
} catch (IOException e) {
throw new RuntimeException(e);
} catch (URISyntaxException e) {