This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push:
new ab38c344b6e CAUSEWAY-2445: remove redundant ver. (pom cleanup)
ab38c344b6e is described below
commit ab38c344b6e48b8af5be1707624c6b60d0ac00f7
Author: andi-huber <[email protected]>
AuthorDate: Thu Feb 19 18:19:07 2026 +0100
CAUSEWAY-2445: remove redundant ver. (pom cleanup)
---
viewers/restfulobjects/test/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/viewers/restfulobjects/test/pom.xml
b/viewers/restfulobjects/test/pom.xml
index a68128aba56..2f60281bf3c 100644
--- a/viewers/restfulobjects/test/pom.xml
+++ b/viewers/restfulobjects/test/pom.xml
@@ -119,13 +119,11 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
- <version>4.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
- <version>4.0.2</version>
<scope>test</scope>
</dependency>