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 d7f8a6abb chore: fixed alignment of pom files
d7f8a6abb is described below
commit d7f8a6abb31309d336c0f6ce6b0300aac6e8acd4
Author: lprimak <[email protected]>
AuthorDate: Mon Jan 19 16:33:16 2026 -0600
chore: fixed alignment of pom files
---
integration-tests/jakarta-ee/pom.xml | 10 +++++-----
integration-tests/support/pom.xml | 2 +-
lang/pom.xml | 2 +-
samples/guice/pom.xml | 2 +-
samples/servlet-plugin/pom.xml | 2 +-
samples/spring-hibernate/pom.xml | 2 +-
samples/spring-mvc/pom.xml | 4 ++--
samples/spring/pom.xml | 2 +-
samples/web/pom.xml | 2 +-
support/guice/pom.xml | 2 +-
support/spring/pom.xml | 2 +-
web/pom.xml | 4 ++--
12 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/integration-tests/jakarta-ee/pom.xml
b/integration-tests/jakarta-ee/pom.xml
index 7c4da47f3..82cfa07ff 100644
--- a/integration-tests/jakarta-ee/pom.xml
+++ b/integration-tests/jakarta-ee/pom.xml
@@ -148,11 +148,11 @@
<artifactId>flowlogix-jee</artifactId>
<version>11.1</version>
</dependency>
- <dependency>
- <groupId>jakarta.ws.rs</groupId>
- <artifactId>jakarta.ws.rs-api</artifactId>
- <version>4.0.0</version>
- </dependency>
+ <dependency>
+ <groupId>jakarta.ws.rs</groupId>
+ <artifactId>jakarta.ws.rs-api</artifactId>
+ <version>4.0.0</version>
+ </dependency>
<!-- Arquillian test dependencies -->
<dependency>
diff --git a/integration-tests/support/pom.xml
b/integration-tests/support/pom.xml
index b9c44edd3..70f07f19f 100644
--- a/integration-tests/support/pom.xml
+++ b/integration-tests/support/pom.xml
@@ -47,8 +47,8 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
+ <version>6.1.0</version>
<scope>provided</scope>
- <version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
diff --git a/lang/pom.xml b/lang/pom.xml
index 55939b582..d015f3fb1 100644
--- a/lang/pom.xml
+++ b/lang/pom.xml
@@ -59,8 +59,8 @@
<dependency>
<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
+ <version>4.0.0</version>
<optional>true</optional>
- <version>4.0.0</version>
</dependency>
</dependencies>
diff --git a/samples/guice/pom.xml b/samples/guice/pom.xml
index c912671df..d031335d0 100644
--- a/samples/guice/pom.xml
+++ b/samples/guice/pom.xml
@@ -53,8 +53,8 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
+ <version>6.1.0</version>
<scope>provided</scope>
- <version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
diff --git a/samples/servlet-plugin/pom.xml b/samples/servlet-plugin/pom.xml
index 0f6028b94..bef802b8a 100644
--- a/samples/servlet-plugin/pom.xml
+++ b/samples/servlet-plugin/pom.xml
@@ -98,8 +98,8 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
+ <version>6.1.0</version>
<scope>provided</scope>
- <version>6.1.0</version>
</dependency>
<dependency>
<!-- Required for any libraries that expect to call the commons
logging APIs -->
diff --git a/samples/spring-hibernate/pom.xml b/samples/spring-hibernate/pom.xml
index 0af213a0e..93b1fff6a 100644
--- a/samples/spring-hibernate/pom.xml
+++ b/samples/spring-hibernate/pom.xml
@@ -63,8 +63,8 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
+ <version>6.1.0</version>
<scope>provided</scope>
- <version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
diff --git a/samples/spring-mvc/pom.xml b/samples/spring-mvc/pom.xml
index 7f9af5f7b..137e2856d 100644
--- a/samples/spring-mvc/pom.xml
+++ b/samples/spring-mvc/pom.xml
@@ -67,7 +67,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
- <version>3.0.0</version>
+ <version>3.0.0</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
@@ -85,8 +85,8 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
+ <version>6.1.0</version>
<scope>provided</scope>
- <version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/samples/spring/pom.xml b/samples/spring/pom.xml
index 6e9c2a6a2..79c1a3582 100644
--- a/samples/spring/pom.xml
+++ b/samples/spring/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
- <version>3.0.0</version>
+ <version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/samples/web/pom.xml b/samples/web/pom.xml
index 14873ba96..69e9ec4eb 100644
--- a/samples/web/pom.xml
+++ b/samples/web/pom.xml
@@ -75,8 +75,8 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
+ <version>6.1.0</version>
<scope>provided</scope>
- <version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
diff --git a/support/guice/pom.xml b/support/guice/pom.xml
index 0217083de..d207130fd 100644
--- a/support/guice/pom.xml
+++ b/support/guice/pom.xml
@@ -73,8 +73,8 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
- <scope>provided</scope>
<version>6.1.0</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/support/spring/pom.xml b/support/spring/pom.xml
index 4d82151a1..2bc9e08d1 100644
--- a/support/spring/pom.xml
+++ b/support/spring/pom.xml
@@ -47,8 +47,8 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
+ <version>6.1.0</version>
<scope>provided</scope>
- <version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
diff --git a/web/pom.xml b/web/pom.xml
index 39b31b2df..8da8dcd17 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>jakarta.servlet.jsp</groupId>
<artifactId>jakarta.servlet.jsp-api</artifactId>
- <version>4.0.0</version>
+ <version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.taglibs</groupId>
@@ -56,7 +56,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
- <version>6.1.0</version>
+ <version>6.1.0</version>
</dependency>
<dependency>
<groupId>org.owasp.encoder</groupId>