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 6c8654e  Excluding transitive dependencies for wicket-bootstrap-core 
to avoid conflicts with wicket deps
6c8654e is described below

commit 6c8654eef45a57a43bb811ec592a59ba3a599326
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Mon Dec 3 14:20:22 2018 +0100

    Excluding transitive dependencies for wicket-bootstrap-core to avoid 
conflicts with wicket deps
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index bafe152..75d86b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1360,6 +1360,16 @@ 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>

Reply via email to