You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/01/09 10:46:22 UTC

[syncope] 03/03: Downgrading Wicket version because of misbehavior of new FormComponent#getParameterValues with MockWebRequest

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 21ac766cdd2dfa67babee9280cac9dae7f4647ac
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jan 9 11:46:01 2020 +0100

    Downgrading Wicket version because of misbehavior of new FormComponent#getParameterValues with MockWebRequest
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e50b936..9d7c545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,7 +481,7 @@ under the License.
     <jsplumb.version>2.0.7</jsplumb.version>
     <chartjs.version>1.0.2</chartjs.version>
     
-    <wicket.version>8.7.0</wicket.version>
+    <wicket.version>8.6.0</wicket.version>
     <wicket-jqueryui.version>8.6.0</wicket-jqueryui.version>
     <wicket-bootstrap.version>2.0.11</wicket-bootstrap.version>
     <wicket-spring-boot.version>2.1.8</wicket-spring-boot.version>