This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v3 by this push:
new c12be54239a CAUSEWAY-3948: updates pom comments (webjar)
c12be54239a is described below
commit c12be54239a0d2719e7562a27e6ba9941e0d9d06
Author: andi-huber <[email protected]>
AuthorDate: Thu Jan 8 15:23:52 2026 +0100
CAUSEWAY-3948: updates pom comments (webjar)
---
bom/pom.xml | 7 ++++---
extensions/vw/fullcalendar/wicket/integration/pom.xml | 10 ++--------
extensions/vw/pdfjs/wicket/integration/pom.xml | 3 ++-
3 files changed, 8 insertions(+), 12 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 4b45485a6a1..8ec261c1264 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -118,8 +118,8 @@ identified
<datasource-proxy-spring-boot-starter.version>1.12.1</datasource-proxy-spring-boot-starter.version>
- <datatables.version>2.3.6</datatables.version> <!-- keep in sync with
- DatatablesDotNet -->
+ <datatables.version>2.3.6</datatables.version> <!-- webjar
+ see also DatatablesDotNet -->
<docx4j.version>11.3.2</docx4j.version>
@@ -161,7 +161,8 @@ identified
<log4jdbc-remix.version>0.2.7</log4jdbc-remix.version>
<lombok.version>1.18.42</lombok.version> <!-- overriding Spring -->
- <momentjs.version>2.30.1-1</momentjs.version> <!-- keep in sync:
+ <momentjs.version>2.30.1-1</momentjs.version> <!-- webjar
+ see also
org.apache.causeway.viewer.wicket.ui.components.scalars.datepicker.MomentJsReference
-->
<ognl.version>3.4.10</ognl.version>
diff --git a/extensions/vw/fullcalendar/wicket/integration/pom.xml
b/extensions/vw/fullcalendar/wicket/integration/pom.xml
index 8b152ad1986..5a83eac4ce1 100644
--- a/extensions/vw/fullcalendar/wicket/integration/pom.xml
+++ b/extensions/vw/fullcalendar/wicket/integration/pom.xml
@@ -55,17 +55,11 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>fullcalendar</artifactId>
- <!-- keep in sync with
o.a.i.extensions.fullcalendar.wkt.fullcalendar.res.FullCalendar*Reference -->
+ <!-- webjar
+ see also
o.a.i.extensions.fullcalendar.wkt.fullcalendar.res.FullCalendar*Reference -->
<version>6.1.10</version>
</dependency>
-<!-- these are sources only, cannot use -->
-<!-- <dependency> -->
-<!-- <groupId>org.webjars.bowergithub.fullcalendar</groupId> -->
-<!-- <artifactId>fullcalendar</artifactId> -->
-<!-- <version>5.11.0</version> -->
-<!-- </dependency> -->
-
<!-- TESTING -->
<dependency>
diff --git a/extensions/vw/pdfjs/wicket/integration/pom.xml
b/extensions/vw/pdfjs/wicket/integration/pom.xml
index 4e75fd87b87..6b334076b62 100644
--- a/extensions/vw/pdfjs/wicket/integration/pom.xml
+++ b/extensions/vw/pdfjs/wicket/integration/pom.xml
@@ -52,7 +52,8 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>pdfjs-dist</artifactId>
- <!-- keep in sync with
o.a.i.extensions.pdfjs.wkt.integration.PdfJsVersion -->
+ <!-- webjar
+ see also o.a.i.extensions.pdfjs.wkt.integration.PdfJsVersion -->
<version>5.4.530</version>
</dependency>