From fe3c68cb2d235381847437749f2bda689015944f Mon Sep 17 00:00:00 2001 From: Michael McCowan Date: Tue, 29 Apr 2014 13:06:05 -0400 Subject: [PATCH] Java 8 compatability fix: `Reflections` NPE bugfix. --- public/sting-root/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sting-root/pom.xml b/public/sting-root/pom.xml index dcae77b99..fe807da50 100644 --- a/public/sting-root/pom.xml +++ b/public/sting-root/pom.xml @@ -136,7 +136,7 @@ org.reflections reflections - 0.9.8 + 0.9.9-RC1 org.slf4j