Classgraph dependency on Javers require JDK9+

淺唱寂寞╮ 提交于 2019-12-13 04:22:58

问题


I'm using Javers Spring integration inside my application. I have a problem with Javers'es dependency named classgraph - it requires JDK9 while in my project I use Java 8 and unfortunately I'm not able to bump it to the 9.

Has anyone met this problem? Is there any approach how to avoid this?

Javers dependency in javers-spring-5.1.3.pom:

  <groupId>org.javers</groupId>
  <artifactId>javers-core</artifactId>
  <version>5.1.3</version>
  <scope>compile</scope>

Classgraph dependency in javers-core.5.1.3.pom:

<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
<version>4.4.12</version>
<name>ClassGraph</name>

来源:https://stackoverflow.com/questions/55180234/classgraph-dependency-on-javers-require-jdk9

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!