我在我的项目中使用以下依赖项
<dependency>
<groupId>org.jvnet.hyperjaxb3</groupId>
<artifactId>hyperjaxb3-ejb-runtime</artifactId>
<version>0.6.0</version>
<scope>runtime</scope>
</dependency>
我在项目的 maven 依赖项中的 jar hyperjaxb3-ejb-runtime-060.jar 下看到了包 org.jvnet.hyperjaxb3.item。我的问题是 Maven 在构建项目时抱怨包不存在。我已经移除了 jar 并尝试重建,但没有任何变化。任何帮助,我被卡住了!