Skip to content

Commit 2eb5a34

Browse files
authored
HBASE-30193 Exclude transitive jakarta.mail dependency (CVE-2025-7962) (#8296)
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
1 parent 596163c commit 2eb5a34

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,6 +1886,10 @@
18861886
<groupId>com.sun.xml.ws</groupId>
18871887
<artifactId>samples</artifactId>
18881888
</exclusion>
1889+
<exclusion>
1890+
<groupId>com.sun.mail</groupId>
1891+
<artifactId>jakarta.mail</artifactId>
1892+
</exclusion>
18891893
</exclusions>
18901894
</dependency>
18911895
<dependency>

0 commit comments

Comments
 (0)