This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new a958a514301 HBASE-29089 Remove optional flag from spymemcached 
dependency (#6653)
a958a514301 is described below

commit a958a514301d75f26cd06a8ef7060942d4a5c398
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]>
---
 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 dee2062fedb..30f76c12339 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>

Reply via email to