forgerock-ui-external-libs has a process to download CodeMirror and install it in the Maven local repository.
So the cause is that the downloaded file has changed.
Solution
forgerock-ui-external-libs installs the new CodeMirror archive as a new artifact on Maven.
Then the build process of OpenAM will use the new artifacts.
Testing
I have confirmed that the OpenAM build is successful with openam-jp/forgerock-ui#18.
Analysis
forgerock-ui-external-libs
has a process to downloadCodeMirror
and install it in the Maven local repository. So the cause is that the downloaded file has changed.Solution
forgerock-ui-external-libs
installs the newCodeMirror
archive as a new artifact on Maven. Then the build process of OpenAM will use the new artifacts.Testing
I have confirmed that the OpenAM build is successful with openam-jp/forgerock-ui#18.