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

lukaszlenart pushed a commit to branch WW-5640-webjars-support
in repository https://gitbox.apache.org/repos/asf/struts.git

commit e0d60bcb7aa6f3c63f7e68a21b3e83b1d26c896a
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Jul 1 11:09:00 2026 +0200

    WW-5640 build: add webjars-locator-lite dependency
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
---
 core/pom.xml   | 11 +++++++++++
 parent/pom.xml | 12 ++++++++++++
 pom.xml        |  2 ++
 3 files changed, 25 insertions(+)

diff --git a/core/pom.xml b/core/pom.xml
index 784a9053d..b5303545f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -153,6 +153,17 @@
             <artifactId>caffeine</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.webjars</groupId>
+            <artifactId>webjars-locator-lite</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.webjars</groupId>
+            <artifactId>jquery</artifactId>
+            <scope>test</scope>
+        </dependency>
+
         <dependency>
             <groupId>jakarta.servlet</groupId>
             <artifactId>jakarta.servlet-api</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 784ee0b29..1568d8220 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -54,6 +54,18 @@
                 <version>3.2.4</version>
             </dependency>
 
+            <dependency>
+                <groupId>org.webjars</groupId>
+                <artifactId>webjars-locator-lite</artifactId>
+                <version>${webjars-locator-lite.version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.webjars</groupId>
+                <artifactId>jquery</artifactId>
+                <version>${webjars-jquery.version}</version>
+            </dependency>
+
             <!-- Velocity -->
             <dependency>
                 <groupId>org.apache.velocity</groupId>
diff --git a/pom.xml b/pom.xml
index 66ff6a0d3..502c60652 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,8 @@
         <spring.version>6.2.12</spring.version>
         <struts-annotations.version>2.0</struts-annotations.version>
         <velocity-tools.version>3.1</velocity-tools.version>
+        <webjars-jquery.version>3.7.1</webjars-jquery.version>
+        <webjars-locator-lite.version>1.1.3</webjars-locator-lite.version>
         <weld.version>6.0.4.Final</weld.version>
 
         <!-- Site generation -->

Reply via email to