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

lprimak pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/3.x by this push:
     new 2ffd610ff chore(build): Karaf features now have dependencies so 
multi-threaded build works correctly
2ffd610ff is described below

commit 2ffd610ff070aa3f547f1cd31501b6a7dfec80df
Author: lprimak <[email protected]>
AuthorDate: Sun Feb 8 09:50:31 2026 -0600

    chore(build): Karaf features now have dependencies so multi-threaded build 
works correctly
---
 support/features/pom.xml | 22 +++++++++++++++++++++-
 support/pom.xml          |  1 -
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/support/features/pom.xml b/support/features/pom.xml
index 0cfaa9acc..a4de6bf67 100644
--- a/support/features/pom.xml
+++ b/support/features/pom.xml
@@ -51,6 +51,26 @@
             <type>kar</type>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.shiro</groupId>
+            <artifactId>shiro-core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shiro</groupId>
+            <artifactId>shiro-web</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shiro</groupId>
+            <artifactId>shiro-aspectj</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shiro</groupId>
+            <artifactId>shiro-cache</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.shiro</groupId>
+            <artifactId>shiro-spring</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
@@ -128,7 +148,7 @@
                         <version>${karaf.version}</version>
                         <executions>
                             <execution>
-                                <id>verify</id>
+                                <id>karaf-verify</id>
                                 <phase>process-resources</phase>
                                 <goals>
                                     <goal>verify</goal>
diff --git a/support/pom.xml b/support/pom.xml
index 004480ccc..854cbbd58 100644
--- a/support/pom.xml
+++ b/support/pom.xml
@@ -42,7 +42,6 @@
         <module>jakarta-ee</module>
         <module>spring</module>
         <module>spring-boot</module>
-<!--        Disabled for 3.x until we can verify fix it -->
         <module>features</module>
     </modules>
 </project>

Reply via email to