问题描述
我正在使用 opendaylight 库通过 Springboot 项目将 yang 转换为 Json。我在 pom.xml
中使用的版本是 1.2.2
。我想要 6.x.x
我使用的罐子:
yang-parser-api
yang-parser-impl
util
yang-model-util
yang-model-api
concepts
yang-common
一旦我将 pom 依赖项更新为 6.X.X,我就会收到以下错误:
The import org.opendaylight.yangtools.yang.parser.stmt.rfc6020 cannot be resolved
The import org.opendaylight.yangtools.yang.model.api.ChoiceCaseNode cannot be resolved
YangInferencePipeline cannot be resolved
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)