This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new cb32aed732 fix declaration order
cb32aed732 is described below
commit cb32aed73295a616e90eb8f0d3b6d71d0edcca64
Author: Andrea Del Bene <[email protected]>
AuthorDate: Mon Aug 31 15:57:50 2026 +0200
fix declaration order
---
pom.xml | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index bec69620de..c8f47f723d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,6 +522,11 @@
<version>${weld.version}</version>
</dependency>
<dependency>
+ <groupId>org.jspecify</groupId>
+ <artifactId>jspecify</artifactId>
+ <version>${jspecific.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>${objenesis.version}</version>
@@ -588,11 +593,7 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.jspecify</groupId>
- <artifactId>jspecify</artifactId>
- <version>${jspecific.version}</version>
- </dependency>
+
<dependency>
<groupId>io.github.cdi-unit</groupId>