【发布时间】:2023-03-28 22:25:02
【问题描述】:
我收到了类似的撒克逊导入错误,
The "import net.sf.saxon.FeatureKeys" cannot be resolved.
如何添加依赖项来解决“net.sf.saxon.FeatureKeys”错误。
我已经添加了给定的依赖:
<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>10.6</version>
</dependency>
请帮我解决这个问题。
【问题讨论】: