Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/maven/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Maven Tapestry 5.4 RC的getModuleNameToStackName出错_Maven_Tapestry - Fatal编程技术网

Maven Tapestry 5.4 RC的getModuleNameToStackName出错

Maven Tapestry 5.4 RC的getModuleNameToStackName出错,maven,tapestry,Maven,Tapestry,我正在尝试将我的前端从Tapestry 5.3.8更新为5.4-RC1 当我加载主页时,我得到以下堆栈。在5.3.8中,一切正常。我刚刚在pom中更改了tapestry的版本,并添加了apache暂存存储库 <repository> <id>apache-staging</id> <url>https://repository.apache.org/content/groups/staging/</url>

我正在尝试将我的前端从Tapestry 5.3.8更新为5.4-RC1

当我加载主页时,我得到以下堆栈。在5.3.8中,一切正常。我刚刚在pom中更改了tapestry的版本,并添加了apache暂存存储库

<repository>
        <id>apache-staging</id>
        <url>https://repository.apache.org/content/groups/staging/</url>
</repository>
编辑:发现了问题,我删除了依赖项,它工作了

<dependency>
    <groupId>org.chenillekit</groupId>
    <artifactId>chenillekit-tapestry</artifactId>
    <version>1.3.3</version>
</dependency>

org.chenillekit
chenillekit挂毯
1.3.3

也有同样的问题,您自己的解决方案实际上是可行的(适合任何人)。但我不想马上消除这种依赖。部署时将chenillekit*JAR文件重命名为xchenillekit*就足够了。很明显,进口顺序很重要,但我没有试图找出原因。最后,在清理使用依赖关系的地方之后,我们也将删除依赖关系。
<dependency>
    <groupId>org.chenillekit</groupId>
    <artifactId>chenillekit-tapestry</artifactId>
    <version>1.3.3</version>
</dependency>