Java 8 compatability fix: `Reflections` NPE bugfix.

This commit is contained in:
Michael McCowan 2014-04-29 13:06:05 -04:00
parent 4ce09d8693
commit fe3c68cb2d
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
<dependency> <dependency>
<groupId>org.reflections</groupId> <groupId>org.reflections</groupId>
<artifactId>reflections</artifactId> <artifactId>reflections</artifactId>
<version>0.9.8</version> <version>0.9.9-RC1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>