我正在使用 opendaylight 库通过 Springboot 项目将 yang 转换为 Json。我使用的版本pom.xml
是1.2.2
. 我想要 6.xx 我使用的罐子:
yang-parser-api
yang-parser-impl
util
yang-model-util
yang-model-api
concepts
yang-common
将 pom 依赖项更新为 6.XX 后,我会收到以下错误:
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