You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/06/28 04:59:32 UTC

[isis] branch master updated: Bump wicket-bootstrap-core from 6.0.0-M6 to 6.0.0-M7 (2)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4dc23c024d Bump wicket-bootstrap-core from 6.0.0-M6 to 6.0.0-M7 (2)
4dc23c024d is described below

commit 4dc23c024d4169eec145c38dc635b958c01038e2
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Jun 28 06:59:28 2022 +0200

    Bump wicket-bootstrap-core from 6.0.0-M6 to 6.0.0-M7 (2)
    
    - convergence fixes: don't depend on
    org.webjars:popper.js:jar:1.16.1-lts, as a newer version is already in
    use by Wicket
---
 viewers/wicket/ui/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/viewers/wicket/ui/pom.xml b/viewers/wicket/ui/pom.xml
index 0f65f355b8..dd642d7fe1 100644
--- a/viewers/wicket/ui/pom.xml
+++ b/viewers/wicket/ui/pom.xml
@@ -303,6 +303,10 @@
 					<groupId>org.apache.wicket</groupId>
 					<artifactId>wicket-core</artifactId>
 				</exclusion>
+				<exclusion>
+					<groupId>org.webjars</groupId>
+					<artifactId>popper.js</artifactId>
+				</exclusion>
 			</exclusions>
 		</dependency>