Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please upgrade to org.reflections:reflections:0.9.9
0.9.9-RC1 Has a lot of problems in Java 8.
The text was updated successfully, but these errors were encountered:
#35
Sorry, something went wrong.
I'll do it in the next release. In the meantime you can try to exclude the RC dependency from jsondoc-core and declare the 0.9.9 one in the pom.
<dependency> <groupId>org.jsondoc</groupId> <artifactId>jsondoc-core</artifactId> <exclusions> <exclusion> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.9.9</version> </dependency>
Merge pull request #35 from lazee/#34_upgrade_reflections
ed4dfb1
#34 Upgraded reflections, but also had to set failOnError=true on maven-...
fabiomaffioletti
No branches or pull requests
Please upgrade to org.reflections:reflections:0.9.9
0.9.9-RC1 Has a lot of problems in Java 8.
The text was updated successfully, but these errors were encountered: