0

我正在尝试在演示项目中使用 Ghost4J,并将该库包含在我的 pom.xml 中。

每次 Ghost4J 尝试访问 a 的 IOUtils 时org.apache.commons.io都会NoClassDefFoundError抛出,尽管 commons-io.jar 包含在 maven 生成的 fatjar 中。

我已经尝试org.apache.commons.iojboss-deployment-structure.xml这样

<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.3">
    <deployment>
        <dependencies>
            <module name="org.apache.commons.io" export="true" services="export"/>
        </dependencies>
    </deployment>
</jboss-deployment-structure>

我将代码推送到 GitHub:https ://github.com/crumohr/swarm-ghost4j

4

0 回答 0