This is an automated email from the ASF dual-hosted git repository. snoopdave pushed a commit to branch asm7-fix in repository https://gitbox.apache.org/repos/asf/roller.git
commit 45a970a011cb54726a92ccab1f163f1f9c6973f0 Author: David M. Johnson <[email protected]> AuthorDate: Sat Sep 21 16:08:50 2019 -0400 Experiment with OGNL downgrade to fix "UnsupportedOperationException: This feature requires ASM7" message from Struts. --- app/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/pom.xml b/app/pom.xml index 94bf7ae..c7081e3 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -224,6 +224,12 @@ limitations under the License. </dependency> <dependency> + <groupId>ognl</groupId> + <artifactId>ognl</artifactId> + <version>3.1.18</version> + </dependency> + + <dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> <version>3.3.7</version>
