This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new c2a7ad354 chore: fix reproducibility of AspectJ support module by
forcing USA locale (#2862)
c2a7ad354 is described below
commit c2a7ad354135229b6ec2f40f916939a7bdb8563c
Author: Lenny Primak <[email protected]>
AuthorDate: Tue Aug 18 15:21:54 2026 -0500
chore: fix reproducibility of AspectJ support module by forcing USA locale
(#2862)
See https://github.com/eclipse-aspectj/aspectj/issues/362
---
.mvn/jvm.config | 2 ++
support/aspectj/pom.xml | 7 -------
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
new file mode 100644
index 000000000..8550d9d67
--- /dev/null
+++ b/.mvn/jvm.config
@@ -0,0 +1,2 @@
+-Duser.country=US
+-Duser.language=en
diff --git a/support/aspectj/pom.xml b/support/aspectj/pom.xml
index 714cff7a9..7e2dd57c6 100644
--- a/support/aspectj/pom.xml
+++ b/support/aspectj/pom.xml
@@ -83,13 +83,6 @@
</goals>
</execution>
</executions>
- <dependencies>
- <dependency>
- <groupId>org.aspectj</groupId>
- <artifactId>aspectjtools</artifactId>
- <version>${aspectj.version}</version>
- </dependency>
- </dependencies>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>