Skip to content

Commit

Permalink
Add com.fasterxml.jackson to parent-first packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Williamson committed May 20, 2013
1 parent b06c2a6 commit efee449
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -219,7 +219,7 @@ private URLClassLoader createClassLoader(List<URL> urls)
return new SimpleChildFirstClassLoader(urls,
getClass().getClassLoader(),
ImmutableList.of("org.slf4j"),
ImmutableList.of("com.facebook.presto"));
ImmutableList.of("com.facebook.presto", "com.fasterxml.jackson"));
}

private List<File> listFiles(File installedPluginsDir)
Expand Down

0 comments on commit efee449

Please sign in to comment.