This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new e730c66c9fa HBASE-29089 Remove optional flag from spymemcached
dependency (#6653)
e730c66c9fa is described below
commit e730c66c9fae64519a339d024ef1618b5f097915
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 dd2df5f852b..90d388a4c09 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 29243992398..6b42f331e62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1385,7 +1385,6 @@
<groupId>net.spy</groupId>
<artifactId>spymemcached</artifactId>
<version>${spy.version}</version>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>