From commits-return-13565-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Wed Jun 5 13:57:38 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 12D6B18065D for ; Wed, 5 Jun 2019 15:57:36 +0200 (CEST) Received: (qmail 83674 invoked by uid 500); 5 Jun 2019 13:57:36 -0000 Mailing-List: contact commits-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list commits@syncope.apache.org Received: (qmail 83611 invoked by uid 99); 5 Jun 2019 13:57:36 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Jun 2019 13:57:36 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B8A9E8AB36; Wed, 5 Jun 2019 13:57:32 +0000 (UTC) Date: Wed, 05 Jun 2019 13:57:33 +0000 To: "commits@syncope.apache.org" Subject: [syncope] 01/02: [SYNCOPE-1477] Dependency missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: ilgrosso@apache.org In-Reply-To: <155974305265.26315.9600710127354707566@gitbox.apache.org> References: <155974305265.26315.9600710127354707566@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: syncope X-Git-Refname: refs/heads/2_0_X X-Git-Reftype: branch X-Git-Rev: 283122183c859cf0e32e89b6c8e0ab0079b6b5cf X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190605135732.B8A9E8AB36@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 2_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git commit 283122183c859cf0e32e89b6c8e0ab0079b6b5cf Author: Francesco Chicchiriccò AuthorDate: Wed Jun 5 15:34:21 2019 +0200 [SYNCOPE-1477] Dependency missing --- client/console/pom.xml | 4 ++++ .../console/wicket/markup/html/form/AjaxSpinnerFieldPanel.html | 10 ---------- pom.xml | 5 +++++ 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/client/console/pom.xml b/client/console/pom.xml index c04439d..4d0fac5 100644 --- a/client/console/pom.xml +++ b/client/console/pom.xml @@ -72,6 +72,10 @@ under the License. com.googlecode.wicket-jquery-ui + wicket-jquery-ui-theme-base + + + com.googlecode.wicket-jquery-ui wicket-kendo-ui diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxSpinnerFieldPanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxSpinnerFieldPanel.html index 56c60a8..9cd7a96 100644 --- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxSpinnerFieldPanel.html +++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxSpinnerFieldPanel.html @@ -17,16 +17,6 @@ specific language governing permissions and limitations under the License. --> - - - diff --git a/pom.xml b/pom.xml index cd2ddbc..8ce1695 100644 --- a/pom.xml +++ b/pom.xml @@ -1405,6 +1405,11 @@ under the License. com.googlecode.wicket-jquery-ui + wicket-jquery-ui-theme-base + ${wicket-jqueryui.version} + + + com.googlecode.wicket-jquery-ui wicket-kendo-ui ${wicket-jqueryui.version}