This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new 6c056ebcc Excluding dropwizard from dependency tree of opensaml
6c056ebcc is described below
commit 6c056ebccadfc3e3f99b848eda51ef46e162b1e5
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Wed Oct 22 10:34:30 2025 +0100
Excluding dropwizard from dependency tree of opensaml
---
ws-security-common/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml
index c224eefe3..3da184128 100644
--- a/ws-security-common/pom.xml
+++ b/ws-security-common/pom.xml
@@ -152,6 +152,14 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.dropwizard.metrics</groupId>
+ <artifactId>metrics-json</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>io.dropwizard.metrics</groupId>
+ <artifactId>metrics-core</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>