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 2018/12/04 13:54:53 UTC

[syncope] branch 2_0_X updated: Upgrading wicket-bootstrap

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


The following commit(s) were added to refs/heads/2_0_X by this push:
     new ef50af5  Upgrading wicket-bootstrap
ef50af5 is described below

commit ef50af563b1398dc946795964d9405b54c1985eb
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Dec 4 14:54:42 2018 +0100

    Upgrading wicket-bootstrap
---
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 75d86b9..d057629 100644
--- a/pom.xml
+++ b/pom.xml
@@ -469,7 +469,7 @@ under the License.
     
     <wicket.version>7.11.0</wicket.version>
     <wicket-jqueryui.version>7.10.2</wicket-jqueryui.version>
-    <wicket-bootstrap.version>0.10.17</wicket-bootstrap.version>
+    <wicket-bootstrap.version>0.10.18</wicket-bootstrap.version>
 
     <angular.version>1.7.5</angular.version>
     <angular-resource.version>1.7.0</angular-resource.version>
@@ -1360,16 +1360,6 @@ under the License.
         <groupId>de.agilecoders.wicket</groupId>
         <artifactId>wicket-bootstrap-core</artifactId>
         <version>${wicket-bootstrap.version}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>org.apache.wicket</groupId>
-            <artifactId>wicket-request</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>org.apache.wicket</groupId>
-            <artifactId>wicket-util</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>de.agilecoders.wicket</groupId>