Merge pull request #618 from broadinstitute/mm_java_8
Java 8 compatability fix: `Reflections` NPE.
This commit is contained in:
commit
cb97afd7d8
|
|
@ -136,7 +136,7 @@
|
|||
<dependency>
|
||||
<groupId>org.reflections</groupId>
|
||||
<artifactId>reflections</artifactId>
|
||||
<version>0.9.8</version>
|
||||
<version>0.9.9-RC1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue