jar の依存関係にのみ gradle を使用しようとしています。つまり、ビルド パスからすべての jar を取得し、次のように記述しましたcompile 'groupid:artifactid:version'
。
サーバー(Tomcat 7.0.39)を実行しようとすると、次のようになります。
java.lang.IllegalStateException: Second notification for the same phase in the same request occurred. phaseId.ordinal: 1; phaseId = RESTORE_VIEW 1; More than one org.openfaces.component.validation.ValidatorPhaseListener is found to be registered (2). Check that only one JSF implementation is deployed with your application's classpath, and openfaces.jar is not duplicated in application's and server's libraries.
何をすればいいのか、どこを見ればいいのかわからない。
誰かが光を当てることができますか?