This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new 331a646769b HBASE-29089 Remove optional flag from spymemcached
dependency (#6653)
331a646769b is described below
commit 331a646769ba54d6485e96e2cad3378426b34527
Author: Istvan Toth <[email protected]>
AuthorDate: Mon Feb 3 06:52:46 2025 +0100
HBASE-29089 Remove optional flag from spymemcached dependency (#6653)
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit a958a514301d75f26cd06a8ef7060942d4a5c398)
---
hbase-external-blockcache/pom.xml | 1 -
pom.xml | 1 -
2 files changed, 2 deletions(-)
diff --git a/hbase-external-blockcache/pom.xml
b/hbase-external-blockcache/pom.xml
index 3b862aec443..b1afadc9b40 100644
--- a/hbase-external-blockcache/pom.xml
+++ b/hbase-external-blockcache/pom.xml
@@ -47,7 +47,6 @@
<dependency>
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
diff --git a/pom.xml b/pom.xml
index 877004ce1e4..3669f721fc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1403,7 +1403,6 @@
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<version>${spy.version}</version>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>